Skip to content

Releases: unee-t/frontend

Beta - June 7th Release

07 Jun 02:31
Compare
Choose a tag to compare

New Functionalities:

  • Allow customization of the email notification based on who the owner of the unit is. This allow branded emails to be sent instead of Unee-T default email notifications. See #815.

Improvements:

  • Change email notification templates to a responsive redesigned base. Change copy writing for email notifications See #814.
  • Minor improvement of the design for easier readability.
    • Case list.
    • Open Case list.
    • Unit list.
  • Add a link "Add another Unit" to the bottom of the "Unit" page.
  • Add a link "Add case to another unit" to the bottom of the "Open Cases" page.

Bug Fix:

  • Custom branded email notification; fixed url resolve error

Beta - June 4th Release

04 Jun 10:22
Compare
Choose a tag to compare

Bug fix:

  • Make sure that user in the same role can see both private in public users EXCEPT if the role is Contractor See #813.

Misc:

  • added 'accounts-base' as it might help with the reload/caching issue in some fringe scenarios.

Beta - June 3rd Release - 3

03 Jun 12:20
Compare
Choose a tag to compare

Quickfix:

  • allowing de-assign from a role, even if no invite found

Beta - June 3rd Release - 2

03 Jun 11:39
Compare
Choose a tag to compare

Improvement:

  • Make sure we can handle mefeAPIRequestId if this is not an integer

Beta - June 3rd Release

03 Jun 07:14
Compare
Choose a tag to compare

Bug Fix:

  • new case role selection - minor adjustments so it's displayed as intended

Beta - May 31st Release

31 May 13:37
Compare
Choose a tag to compare

Improvements: :

Front End:

  • Only allow unit owners to invite new users to cases (#798)
  • filter out case field values with a sort key of 9999
  • including "Generic" sub-cat case field vals in all cat types
  • Prompt instead of radio button if only one role is available for selection

MEFE API - Invitations:

  • Improve how we process invitation of users to units. Retry handling for API requests and caching (#807)
  • using a combination of request id and type for uniqueness

Bug Fixes:

  • non-bounce ses notification payloads- error avoided.
  • Automatic selection of the user's current role is now working as intended.
  • Always include the user's own role, even if the settings tries to hide it (avoids unwanted edge cases).
  • Detection of the whether a role has a default assignee before requiring invitation is now based on role information from Mongo and not BZ.

Beta - May 26th Release

26 May 03:11
Compare
Choose a tag to compare

Bug Fix:

  • Corrected check for unit ownership on role de-assignment

Beta - May 23rd Release

23 May 11:34
Compare
Choose a tag to compare

Bug Fixes:

  • Solve issue of live update error that occurs occasionally on API requests
  • Solve error when fetching unit roles with restricted role visibility
  • Fix Issue #769: Invite modal is not scrollable on the DT version ---> Impossible to invite user

Misc. Improvements:

  • improved logging for login attempts events
  • Make sure that DEMO envo is always running the same code as the PROD.

Beta - May 20th Release

20 May 02:14
Compare
Choose a tag to compare

Improvements:

  • Users invited to a case can now navigate back to the list of open cases. See #772
  • By default, email are tagged as "verified" when user update API is used. See #752

Bug fixes:

  • Display names in the Open case view is now displaying the correct name. See #394

Beta - May 16th Release

16 May 11:49
Compare
Choose a tag to compare

Bug Fix:

  • Quickfix Unee-T Enterprise/MEFE API: prevent email removal and addition if no change. fix #767