Bug #19045
IAM > MLEB system
Status: | In Progress | Start date: | 01 December 2023 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | Amirul Umar Pandai | % Done: | 70% | ||
Category: | - | Spent time: | - | ||
Target version: | - |
Description
mleb system - 70% UI with integrated BE
What is the issue?
History
#1 Updated by chok yee fan about 1 year ago
- File Screenshot 2023-12-01 at 3.58.09 PM.png added
- Assignee changed from chok yee fan to Low Dylan
Base on David highlight, from the mleb system will assign users. But the ws not ready yet.
ws method name
- searchUserSystemAssigmentAction
- saveUserSystemAssigmentAction
#2 Updated by David Wong about 1 year ago
- Status changed from New to Assigned
- Assignee changed from Low Dylan to David Wong
#3 Updated by chok yee fan 11 months ago
- Assignee changed from David Wong to Zaid Haritsah
#4 Updated by Zaid Haritsah 10 months ago
- Status changed from Assigned to In Progress
- % Done changed from 0 to 70
Completed and updated the mleb system module. Added the generic tree features to support the latest requirement.
1- search -> searchUserSystemAssigmentAction
{
"sessionID": "test",
"mlebSystemBean": {
"systemCode":"MLEB_IAM",
"systemName":"Administration",
"status":"A"
},
"mlebSystemEntity": {
},
"orgProfileBean":{
"orgId": 2
}
}
2- check and uncheck -> saveUserSystemTempAssigmentAction
{
"sessionID": "test",
"userProfileBean": {
"selected":true,
"orgId":"2",
"userId":"sysuser"
},
"mlebSystemEntity": {
"systemCode": "MLEB_IAM"
},
"userSystemTempEntity": {
"systemCode": "MLEB_IAM",
"orgId":"2",
"userId":"sysuser",
"status": "A",
"effectiveDt": null,
"expiryDt": null
}
}
3- saveUserSystemAssigmentAction
{
"sessionID": "test",
"userSystemTempEntity": {
"systemCode": "MLEB_IAM",
"orgId":"2",
"userId":"sysuser"
}
}
#5 Updated by Zaid Haritsah 10 months ago
- Assignee changed from Zaid Haritsah to Hazimi Muhammad
#6 Updated by Zaid Haritsah 10 months ago
- Assignee changed from Hazimi Muhammad to Nityanantan Nityanantan
#7 Updated by Nityanantan Nityanantan 10 months ago
- Assignee changed from Nityanantan Nityanantan to Amirul Umar Pandai