-
Bug
-
Resolution: Fixed
-
Low
-
10.74, 10.75, 10.76
-
1
-
Severity 3 - Minor
-
Breakers - TART2
Issue Summary
Theme : createdBy field is NULL when Theme is created via UI
Steps to Reproduce
- Browse to Themes grid
- Create a new Theme
- Check Audit Log. A corresponding entry is shown (as expected)
- Make an API 2.0 GET call to /rest/align/api/2/Themes/id endpoint
- Notice createdBy field shows NULL instead of UserID
Expected Results
Object "createdBy": "xyz", should be returned, been xyz is the integer UserID of the user logged in the UI.
Actual Results
Object "createdBy": null, is returned.
Workaround
- Creating a Theme via API 2.0 populates the object with the expected value.