Ok. will fix that :) Thanks, -- Marica
On Wed, Sep 24, 2008 at 8:15 PM, Emmanuel Venisse < [EMAIL PROTECTED]> wrote: > This fix is correct but it will have an effect only on new users databases. > We must find a way to update old DB or maybe allow to modify operations > attached on a role. in redback pages. > Emmanuel > > On Wed, Sep 24, 2008 at 12:51 PM, <[EMAIL PROTECTED]> wrote: > > > Author: ctan > > Date: Wed Sep 24 03:51:17 2008 > > New Revision: 698519 > > > > URL: http://svn.apache.org/viewvc?rev=698519&view=rev > > Log: > > [CONTINUUM-1865] removed continuum-manage-repositories and > > contiuum-manage-purging permissions from project group admin role > > > > Modified: > > > > > > continuum/branches/continuum-1.2.x/continuum-security/src/main/resources/META-INF/redback/redback.xml > > > > Modified: > > > continuum/branches/continuum-1.2.x/continuum-security/src/main/resources/META-INF/redback/redback.xml > > URL: > > > http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-security/src/main/resources/META-INF/redback/redback.xml?rev=698519&r1=698518&r2=698519&view=diff > > > > > ============================================================================== > > --- > > > continuum/branches/continuum-1.2.x/continuum-security/src/main/resources/META-INF/redback/redback.xml > > (original) > > +++ > > > continuum/branches/continuum-1.2.x/continuum-security/src/main/resources/META-INF/redback/redback.xml > > Wed Sep 24 03:51:17 2008 > > @@ -408,18 +408,6 @@ > > > <operation>user-management-role-grant</operation> > > <resource>${resource}</resource> > > </permission> > > - <permission> > > - <id>continuum-manage-repositories</id> > > - <name>Manage Continuum Local > Repositories</name> > > - > > <operation>continuum-manage-repositories</operation> > > - <resource>global</resource> > > - </permission> > > - <permission> > > - <id>continuum-manage-purging</id> > > - <name>Manage Continuum Purging</name> > > - <operation>continuum-manage-purging</operation> > > - <resource>global</resource> > > - </permission> > > </permissions> > > <childTemplates> > > > > <childTemplate>project-developer</childTemplate> > > > > > > >
