Task #7095
Improve error message for: User tried to update an access module when they dont have ‘ALL’ permission!"
Description
We get this error all the time when doing various (apparently illegal) operations:
User tried to update an access module when they dont have ‘ALL’ permission!"
Is there an easy way for this error message to become more useful? It's a message that gets leaked out to non-developer users and I would argue that it's a confusing error message that doesn't give enough information for the user to fix it.
It could be improved if it said which access module was the culprit and which object(s) was trying to assert access over.
History
#1 Updated by Jing Tao over 4 years ago
- Target version set to 2.8.0
- Assignee set to Jing Tao
Did a globe search and found the message is in the Eml200SAXHandler and Eml201SAXHandler classes.
#2 Updated by Jing Tao over 4 years ago
- Status changed from New to Closed
Add more debug statement for the message.