On Nov 20, 5:48 pm, "[EMAIL PROTECTED] seaward" <[EMAIL PROTECTED]> wrote:
> I have a 99% solution to my original query which I'm outlining below
> for interest/comment
For a 99.1% solution, include the following section should be included
in the authzpolicy.conf file. (I have included it underneath the
WikiStart rule, which means that no-one can view/add/delete
attachments to the WikiStart page, but can on all other pages and
tickets.)
# developers can add/delete attachments, customers can only view them
# (These permissions could also be given on a per-group basis like the
wiki permissions.)
[*/attachment:*]
@admin = ATTACHMENT_CREATE, ATTACHMENT_VIEW, ATTACHMENT_DELETE
@developer = ATTACHMENT_CREATE, ATTACHMENT_VIEW, ATTACHMENT_DELETE
@customer = ATTACHMENT_VIEW
* =
This solves the seperate thread ("Enabling wiki page attachments?" /
"All attachments have stopped working") I raised on Nov 21, where
attachments could not be added or viewed by anyone.
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---