Bug #20161
Naming errors in Ws code
Status: | Resolved | Start date: | 19 March 2024 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Amirul Umar Pandai | % Done: | 100% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
Issue:
ACLRespBean returning "aclfunctionList", "aclsystemList" key (from getACLFunctionAction + getACLSystemAction JSON response)
Expected
ACLRespBean returning "aclFunctionList", "aclSystemList" key (following camelcase naming convention)
Meanwhile, found some typos appearing in multiple files:
- catetories (UserProfileDaoImpl, UserProfileSearchParamBean)
- assigment (MlebSystemWs, UserRoleWs)
History
#1 Updated by Farid Nazmi 10 months ago
- Status changed from New to Resolved
- Assignee changed from Farid Nazmi to Amirul Umar Pandai
- % Done changed from 0 to 100