Changes between Version 1 and Version 2 of Ticket #11748, comment 14
- Timestamp:
- Sep 25, 2017, 11:06:34 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11748, comment 14
v1 v2 1 1 After r15090 the warning in [browser:tags/trac-1.3.2/trac/admin/web_ui.py@:388-392#L384 web_ui] will never be logged because undefined permissions are not returned from the call to `ps.get_user_permissions(group)`. We could use the `undefined=True` parameter, but the warning doesn't appear to be very useful so I removed it in r16332. 2 2 3 When checking whether the user has permission to grant a permission, meta actions should not be expanded because it results in a confusing error message as shown in the r16332 test case : the message references `WIKI_DELETE` rather than `WIKI_ADMIN`. I'll fix that in #12915.3 When checking whether the user has permission to grant a permission, meta actions should not be expanded because it results in a confusing error message as shown in the r16332 test case (the message references `WIKI_DELETE` rather than `WIKI_ADMIN`). I'll fix that in #12915.