[ 
http://jira.codehaus.org/browse/CONTINUUM-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176271#action_176271
 ] 

Maria Catherine Tan commented on CONTINUUM-2201:
------------------------------------------------

in order to have a configurable permission to remove build result, i tried to 
add a new role in redback.xml

      <role>
          <id>continuum-manage-build-result</id>
          <name>continuum-manage-build-result</name>
          <assignable>true</assignable>
          <permanent>true</permanent>
          <permissions>
            <permission>
              <id>continuum-remove-build-result</id>
              <name>Continuum Remove Build Result</name>
              <operation>continuum-remove-build-result</operation>
              <resource>${resource}</resource>
            </permission>
          </permissions>
        </role>

However, setting the resource permission to ${resource} is not allowed. I'm 
getting a Role Model Validation Error. So it's either the resource is set to 
global or set to a specific resource but not ${resource}.



> Changing Developer Role's
> -------------------------
>
>                 Key: CONTINUUM-2201
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2201
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Security
>    Affects Versions: 1.3.1
>         Environment: Windows XP, Mozilla Firefox
>            Reporter: Jeremy Ian Ong
>            Priority: Minor
>
> I need to set rule's for the Project Developer Role.  Needed rule is for 
> Project Developer's role,  is not able to delete Build Results.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to