Open tonybranfort opened 3 years ago
Discovered when user (BAS) accidentally deleted refId which caused errors on the client & could not return to the client. Manually fixed the client in the database:
db.clients.updateOne({_id: ObjectId("5a26ec5d59836000011ef909")}, {$set: {"refId":"morammu1217"}})
The refId should not be editable by BAS role by default. But even when edit access is restricted to SYS, OAM and ADM the field is still editable.