Actions
Task #7095
closedImprove 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.
Updated by Jing Tao about 8 years ago
- Assignee set to Jing Tao
- Target version set to 2.8.0
Did a globe search and found the message is in the Eml200SAXHandler and Eml201SAXHandler classes.
Updated by Jing Tao about 8 years ago
- Status changed from New to Closed
Add more debug statement for the message.
Actions