| Title | Attach File from page actions not available with Group Edit ACL applied to page |
| Date | 13-Jan-2007 06:42:01 EET |
| Version | 2.4.84 |
| Submitter | Scott Douglass |
| Bug criticality | MediumBug |
| Browser version | Firefox 1.5.0.9 |
| Bug status | NotReallyBug |
| PageProvider used | default |
| Servlet Container | Tomcat 5.5.20 |
| Operating System | Fedora Core 6 |
| URL | don't have one handy |
| Java version | 1.6.0 |
Added to page:
[{ALLOW view MyGroup}]
[{ALLOW edit MyGroup}]
Attach File link no longer in page actions when logged in and member of MyGroup.
I think this is not a bug. The attach file page action is determined by the upload permission. So you need:
[[{ALLOW view MyGroup}]
[[{ALLOW edit MyGroup}]
[[{ALLOW upload MyGroup}]
or possibly according to Implied Permissions
[[{ALLOW view MyGroup}]
[[{ALLOW modify MyGroup}]
--AnonymousCoward, 08-May-2007