Releases: unee-t/frontend
Releases · unee-t/frontend
Beta - June 7th Release
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
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
Quickfix:
- allowing de-assign from a role, even if no invite found
Beta - June 3rd Release - 2
Improvement:
- Make sure we can handle
mefeAPIRequestId
if this is not an integer
Beta - June 3rd Release
Bug Fix:
- new case role selection - minor adjustments so it's displayed as intended
Beta - May 31st Release
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
Bug Fix:
- Corrected check for unit ownership on role de-assignment
Beta - May 23rd Release
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
Beta - May 16th Release
Bug Fix:
- Quickfix Unee-T Enterprise/MEFE API: prevent email removal and addition if no change. fix #767