[jbossseam-issues] [JBoss JIRA] Resolved: (JBSEAM-1439) Seam update broke permission system

Christian Bauer (JIRA) jira-events at lists.jboss.org
Tue Jun 12 14:20:12 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1439?page=all ]

Christian Bauer resolved JBSEAM-1439.
-------------------------------------

    Resolution: Done

I'm sure this change will come up when people migrate from Seam 1.2:

    @Name("accessLevelConverter")
    @org.jboss.seam.annotations.jsf.Converter(forClass = Role.AccessLevel.class)
    public static class AccessLevelConverter implements Converter, Serializable {

This would work in 1.2:

            <h:selectOneMenu value="#{nodePermissions.readAccessLevel}" tabindex="1">
                <s:selectItems value="#{assignableAccessLevelsList}"

Now you need this:

            <h:selectOneMenu value="#{nodePermissions.readAccessLevel}" tabindex="1" converter="accessLevelConverter">
                <s:selectItems value="#{assignableAccessLevelsList}"


> Seam update broke permission system
> -----------------------------------
>
>                 Key: JBSEAM-1439
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1439
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Wiki
>            Reporter: Christian Bauer
>         Assigned To: Christian Bauer
>            Priority: Blocker
>             Fix For: 1.3.0.ALPHA
>
>
> I didn't notice but some seam update in the last 2 weeks broke the permission system. Whenever a node is edited, its permissions are set to exclusive access for the current user. Need to investigate this.

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

        



More information about the seam-issues mailing list