You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rseedorff
changed the title
Create new Team function (admin role) in team selection dialog is broken
The *Create new Team* function (admin role) in team selection dialog is broken
Jun 21, 2022
To display a preselected option the ngModel property compares
primitive values. Binding ngModel to a variable of non
primitive data type leads to the compairson failing,
which in turn results in no preselected option being displayed.
This can be fixed by using the compareWith property to
introduce a custom comparator function.
As a user with the role
ROLE_ADMIN
im allowed to use the create new team button in the select team modal dialog.Problem
Due to the last model change there are some fields missing in the create new team modal dialog:
Due to the missing required fields the save action does not work properly.
Acceptance Criteria
Examples
Example 1: Create new Team Modal Dialog with missing fields:
Example 2: Update Team Dialog with missing fields:
Example 3: Create new Team Entity:
The text was updated successfully, but these errors were encountered: