Description
If acl_hierarchic = True, acl_rights_after hide acl defined on a page
Steps to reproduce
- In wikiconfig.py:
acl_rights_after = u"All:read"
- acl_hierarchic = True
- create a page called Feedback
Add an acl to the page: #acl All:read,write
- All should be able to write to the page, but the page is read only for All.
Example
URL: https://openbugs2.info/secure/moin/Feedback
Component selection
- general
Details
MoinMoin Version |
1.6.2 |
OS and Version |
Linux (sorry, no further info currently available) |
Python Version |
2.4.x |
Server Setup |
|
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Discussion
same problem in 1.7
Plan
- Priority:
- Assigned to:
Status: fixed by http://hg.moinmo.in/moin/1.6/rev/543ae9bdbe26 and http://hg.moinmo.in/moin/1.7/rev/88356b3f849a, added tests