-
Bug
-
Resolution: Fixed
-
Medium
-
10.96
-
1
-
Severity 3 - Minor
-
No
Issue Summary
Fields divisionId, regionId, cityId and costCenterId are mandatory in Users (UI and API), but the Swagger UserDTO schema doesn't reflect that.
Steps to Reproduce
- Browse to Swagger then expand UserDTO schema
- Notice that divisionId, regionId, cityId and costCenterId does not have the required attribute
- They're also flagged as nullable: true
Expected Results
- The fields divisionId, regionId, cityId and costCenterId have the required attribute
- The fields divisionId, regionId, cityId and costCenterId does not have the nullable: true attribute
- PdM to confrm
Actual Results
- The fields divisionId, regionId, cityId and costCenterId does not have the required attribute
- The fields divisionId, regionId, cityId and costCenterId have the nullable: true attribute
Workaround
- Currently there is no known workaround for this behavior. A workaround will be added here when available.
- is connected to
-
JAIAC-732 Loading...
- links to
- relates to
-
ALIGNSP-9654 Loading...
- Wiki Page
-
Wiki Page Loading...