You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/08/01 11:36:08 UTC

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

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

Jacques Le Roux edited comment on OFBIZ-9543 at 8/1/17 11:35 AM:
-----------------------------------------------------------------

Mmm wait we have also 538! <service name="delete occurences. 

I was curious about deleteParty, but what it currently does is only to return "partyservices.cannot_delete_party_not_implemented" label. This is pre Apache era...


was (Author: jacques.le.roux):
Mmm wait we have also 538! <service name="delete occurences. 

I was curious about deleteParty, but what is currently does is only to return "partyservices.cannot_delete_party_not_implemented" label. This is pre Apache era...

> 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: Improvement
>          Components: framework
>    Affects Versions: 16.11.03
>            Reporter: S. Yazied
>            Assignee: Deepak Dixit
>             Fix For: Upcoming Release
>
>         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)