Skip to Content.
Sympa Menu

en - Re: [sympa-users] privileged owners and scenari sources

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaün <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] privileged owners and scenari sources
  • Date: Thu, 13 Jan 2011 19:39:34 +0100

Hi Riccardo,

Le 12/01/11 17:15, Riccardo Veraldi a écrit :
address@concealed">Hello,
I have latest sympa version installed.
Actually only the listmaster can edit scenario source for a given mailing list.
How I have to do if I want to allow also privileged list owners to edit scenario source for their own mailing lists ?
Limiting scenario edition to listmaster is a hard-coded behavior.
But you could customize the web_tt2/edit_list_request.tt2 file and change this:
             [% IF p.type == 'scenario' %]
             [% IF is_listmaster %]
        &nbsp;<a class="input" href=""[%" path_cgi %]/dump_scenario/[% list %]/[% p.name %]" title="[%|loc%]scenario source[%END%]">[%|loc%]scenario source[%END%]</a>
             [% END %]
             [% END %]
  Note however that this is at your own risk: I don't think that list owners are skilled  enough to edit the authorization scenarios.



Archive powered by MHonArc 2.6.19+.

Top of Page