Details
-
Type:
Task
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.25.0, 0.25.0-rc1
-
Component/s: frontend
-
Labels:None
Description
Problem description
It may happen that firstname and lastname of current user is not defined. We must show username instead of "firstname + lastname" in UI.
TODO
- when firstname and lastname of the current user are empty, show username instead
Additional information
- In the branch ope-1102-username backend will return such object for standard demo user:
{ "username" : "demo", "firstname" : null, "lastname" : null, "canLogout" : true }
E2E test fails.
- This feature is important for LDAP case as we're not sure that customers will correctly configure LDAP fields for firstname and lastname