Skip to content

feat(admin): ux text improvements on preapproved invites

Rastislav Kruták requested to merge rkrutak/STR-1391/invite_tooltips into main

Description

feat(admin): ux text improvements on preapproved invites

DEPLOYMENT NOTE: added new config property supported_notification_languages to specify the available languages of notifications

How to test

Go through the list in the task description and see that each text is modified accordingly.

Author's checklist

  • I have followed the contribution guidelines
  • This MR has been tested or does not change functionality
  • I have added relevant merge request dependencies (if this MR has any)
  • I have added the correct labels
  • I have assigned reviewers (if any are relevant)
  • I have edited the documentation (if the changes require it) or I have noted the need for the change if I do not have access to the documentation
  • I have marked all introduced BREAKING CHANGES or necessary DEPLOYMENT NOTES in the commit message(s)

Reviewer's checklist

  • This MR has been tested or does not change functionality
  • This MR has correct commit message format

Other information

There is one case from the task description that I've decided to skip:

  • Nápověda (toolip) k zakázanému (disabled) tlačítku Save pro uložení emailové notifikace předschválené pozvnámky, když v textu notifikace chybí povinné tagy, nejmenuje požadované tagy.
    • Mail text does not contain all required tags
    • All required tags must be included in the text. Required tags are marked in the Show tags help panel.
    • TODO dopsat do helpu u tagu ze jsou required

The input field is red with hint of missing tags right now (see below) so I think that the suggested change is not necessary.

image.png

Related issues

re STR-1391

Merge request reports