[jira] [Commented] (OFBIZ-9543) Removing Assignment between UserLogin and SecurtyGroup does not work

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-9543) Removing Assignment between UserLogin and SecurtyGroup does not work

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-9543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16107220#comment-16107220 ]

S. Yazied commented on OFBIZ-9543:
----------------------------------

Hi Deepak,

thanks for your answer, the label "remove" on the the button is confusing, at least for beginners. For better user experience maybe the label should be named "expire/activate" not "remove" and using a flag in the row the state could be displayed like in screenshot. Just an opinion.

> Removing Assignment between UserLogin and SecurtyGroup does not work
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-9543
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9543
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: 16.11.03
>            Reporter: S. Yazied
>            Assignee: Deepak Dixit
>         Attachments: screenshot-1.png
>
>
> Removing Assignment between UserLogin and SecurtyGroup does not work, I solved it like this:
> in file framework/common/webcommon/WEB-INF/security-controller.xml
>     <request-map uri="userLogin_removeUserLoginFromSecurityGroup">
>         <security https="true" auth="true"/>
>         <event type="service" path="" invoke="*updateUserLoginToSecurityGroup*"/>
>         <response name="success" type="view" value="EditUserLoginSecurityGroups"/>
>         <response name="error" type="view" value="EditUserLoginSecurityGroups"/>
>     </request-map>
> should be:
>     <request-map uri="userLogin_removeUserLoginFromSecurityGroup">
>         <security https="true" auth="true"/>
>         <event type="service" path="" invoke="*removeUserLoginToSecurityGroup*"/>
>         <response name="success" type="view" value="EditUserLoginSecurityGroups"/>
>         <response name="error" type="view" value="EditUserLoginSecurityGroups"/>
>     </request-map>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)