[jira] [Closed] (OFBIZ-10405) Wrong permission action leads to error

2018-05-14 Thread Deepak Dixit (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Dixit closed OFBIZ-10405.

   Resolution: Fixed
Fix Version/s: 16.11.05

> Wrong permission action leads to error
> --
>
> Key: OFBIZ-10405
> URL: https://issues.apache.org/jira/browse/OFBIZ-10405
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 16.11.04
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
>Priority: Major
> Fix For: 16.11.05
>
> Attachments: OFBIZ-10405.patch
>
>
> A user with ORDERMGR_CREATE permission is unable to call createOrderTerm and 
> some other services due to wrong value in action field.
> Currently, it is working due to ORDERMGR_ADMIN permission available. 
> To re-generate this issue, please create new user and provide only specific 
> ORDERMGR_CREATE permission and then try to run createOrderTerm from webtools, 
> permission error will occur.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10405) Wrong permission action leads to error

2018-05-14 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-10405:
--

Thanks Suraj for your contribution,
This has been fixed at
ofbiz framework trunk at r#1831608
R17.12 at r#1831609
R16.11 at r#1831610



> Wrong permission action leads to error
> --
>
> Key: OFBIZ-10405
> URL: https://issues.apache.org/jira/browse/OFBIZ-10405
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 16.11.04
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
>Priority: Major
> Attachments: OFBIZ-10405.patch
>
>
> A user with ORDERMGR_CREATE permission is unable to call createOrderTerm and 
> some other services due to wrong value in action field.
> Currently, it is working due to ORDERMGR_ADMIN permission available. 
> To re-generate this issue, please create new user and provide only specific 
> ORDERMGR_CREATE permission and then try to run createOrderTerm from webtools, 
> permission error will occur.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-10405) Wrong permission action leads to error

2018-05-14 Thread Deepak Dixit (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Dixit reassigned OFBIZ-10405:


Assignee: Deepak Dixit  (was: Suraj Khurana)

> Wrong permission action leads to error
> --
>
> Key: OFBIZ-10405
> URL: https://issues.apache.org/jira/browse/OFBIZ-10405
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 16.11.04
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
>Priority: Major
> Attachments: OFBIZ-10405.patch
>
>
> A user with ORDERMGR_CREATE permission is unable to call createOrderTerm and 
> some other services due to wrong value in action field.
> Currently, it is working due to ORDERMGR_ADMIN permission available. 
> To re-generate this issue, please create new user and provide only specific 
> ORDERMGR_CREATE permission and then try to run createOrderTerm from webtools, 
> permission error will occur.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10405) Wrong permission action leads to error

2018-05-14 Thread Suraj Khurana (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suraj Khurana updated OFBIZ-10405:
--
Attachment: OFBIZ-10405.patch

> Wrong permission action leads to error
> --
>
> Key: OFBIZ-10405
> URL: https://issues.apache.org/jira/browse/OFBIZ-10405
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 16.11.04
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Major
> Attachments: OFBIZ-10405.patch
>
>
> A user with ORDERMGR_CREATE permission is unable to call createOrderTerm and 
> some other services due to wrong value in action field.
> Currently, it is working due to ORDERMGR_ADMIN permission available. 
> To re-generate this issue, please create new user and provide only specific 
> ORDERMGR_CREATE permission and then try to run createOrderTerm from webtools, 
> permission error will occur.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10405) Wrong permission action leads to error

2018-05-14 Thread Suraj Khurana (JIRA)

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

Suraj Khurana commented on OFBIZ-10405:
---

Here is the patch with proper fix.

> Wrong permission action leads to error
> --
>
> Key: OFBIZ-10405
> URL: https://issues.apache.org/jira/browse/OFBIZ-10405
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 16.11.04
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Major
> Attachments: OFBIZ-10405.patch
>
>
> A user with ORDERMGR_CREATE permission is unable to call createOrderTerm and 
> some other services due to wrong value in action field.
> Currently, it is working due to ORDERMGR_ADMIN permission available. 
> To re-generate this issue, please create new user and provide only specific 
> ORDERMGR_CREATE permission and then try to run createOrderTerm from webtools, 
> permission error will occur.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10405) Wrong permission action leads to error

2018-05-14 Thread Suraj Khurana (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suraj Khurana updated OFBIZ-10405:
--
Description: 
A user with ORDERMGR_CREATE permission is unable to call createOrderTerm and 
some other services due to wrong value in action field.
Currently, it is working due to ORDERMGR_ADMIN permission available. 
To re-generate this issue, please create new user and provide only specific 
ORDERMGR_CREATE permission and then try to run createOrderTerm from webtools, 
permission error will occur.

  was:A user with ORDERMGR_CREATE permission is unable to call createOrderTerm 
and some other services due to wrong value in action field.


> Wrong permission action leads to error
> --
>
> Key: OFBIZ-10405
> URL: https://issues.apache.org/jira/browse/OFBIZ-10405
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 16.11.04
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Major
>
> A user with ORDERMGR_CREATE permission is unable to call createOrderTerm and 
> some other services due to wrong value in action field.
> Currently, it is working due to ORDERMGR_ADMIN permission available. 
> To re-generate this issue, please create new user and provide only specific 
> ORDERMGR_CREATE permission and then try to run createOrderTerm from webtools, 
> permission error will occur.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10405) Wrong permission action leads to error

2018-05-14 Thread Suraj Khurana (JIRA)
Suraj Khurana created OFBIZ-10405:
-

 Summary: Wrong permission action leads to error
 Key: OFBIZ-10405
 URL: https://issues.apache.org/jira/browse/OFBIZ-10405
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: 16.11.04
Reporter: Suraj Khurana
Assignee: Suraj Khurana


A user with ORDERMGR_CREATE permission is unable to call createOrderTerm and 
some other services due to wrong value in action field.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-9846) Replace Inline js with External js in renderFormClose macro

2018-05-14 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reassigned OFBIZ-9846:
--

Assignee: Jacques Le Roux  (was: Aditya Sharma)

> Replace Inline js with External js in renderFormClose macro
> ---
>
> Key: OFBIZ-9846
> URL: https://issues.apache.org/jira/browse/OFBIZ-9846
> Project: OFBiz
>  Issue Type: Sub-task
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-9846.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (OFBIZ-10400) Replace deleteRequirement service by entity-auto

2018-05-14 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-10400 at 5/14/18 8:53 AM:
--

Thanks Suraj,

Your pach is in trunk at revision: 1831542  



was (Author: jacques.le.roux):
Thanks Aditya,

Your pach is in trunk at revision: 1831542  


> Replace deleteRequirement service by entity-auto
> 
>
> Key: OFBIZ-10400
> URL: https://issues.apache.org/jira/browse/OFBIZ-10400
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10400.patch, OFBIZ-10400.patch
>
>
> Also, introduce deleteRequirementAndRelated service which will delete all 
> related entity records before deleting requirement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10400) Replace deleteRequirement service by entity-auto

2018-05-14 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10400:
-

Oops, thanks Arun, indeed I was working on OFBIZ-9846 and mixed things, fixed :)

> Replace deleteRequirement service by entity-auto
> 
>
> Key: OFBIZ-10400
> URL: https://issues.apache.org/jira/browse/OFBIZ-10400
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10400.patch, OFBIZ-10400.patch
>
>
> Also, introduce deleteRequirementAndRelated service which will delete all 
> related entity records before deleting requirement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10404) Update DBCP to 2.3.0

2018-05-14 Thread Jacques Le Roux (JIRA)
Jacques Le Roux created OFBIZ-10404:
---

 Summary: Update DBCP to 2.3.0
 Key: OFBIZ-10404
 URL: https://issues.apache.org/jira/browse/OFBIZ-10404
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
 Fix For: Upcoming Branch


I just tested and all seems OK in UI and integration tests, please confirm on 
your side before I commit, thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10400) Replace deleteRequirement service by entity-auto

2018-05-14 Thread Arun Patidar (JIRA)

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

Arun Patidar commented on OFBIZ-10400:
--

Hi [~jacques.le.roux]

This contribution is from Suraj, I think you made a typo in your comment and 
commit log. :)

> Replace deleteRequirement service by entity-auto
> 
>
> Key: OFBIZ-10400
> URL: https://issues.apache.org/jira/browse/OFBIZ-10400
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10400.patch, OFBIZ-10400.patch
>
>
> Also, introduce deleteRequirementAndRelated service which will delete all 
> related entity records before deleting requirement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-10400) Replace deleteRequirement service by entity-auto

2018-05-14 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-10400.
---
   Resolution: Implemented
Fix Version/s: Upcoming Branch

Thanks Aditya,

Your pach is in trunk at revision: 1831542  


> Replace deleteRequirement service by entity-auto
> 
>
> Key: OFBIZ-10400
> URL: https://issues.apache.org/jira/browse/OFBIZ-10400
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10400.patch, OFBIZ-10400.patch
>
>
> Also, introduce deleteRequirementAndRelated service which will delete all 
> related entity records before deleting requirement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-10400) Replace deleteRequirement service by entity-auto

2018-05-14 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reassigned OFBIZ-10400:
---

Assignee: Jacques Le Roux  (was: Suraj Khurana)

> Replace deleteRequirement service by entity-auto
> 
>
> Key: OFBIZ-10400
> URL: https://issues.apache.org/jira/browse/OFBIZ-10400
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Jacques Le Roux
>Priority: Major
> Attachments: OFBIZ-10400.patch, OFBIZ-10400.patch
>
>
> Also, introduce deleteRequirementAndRelated service which will delete all 
> related entity records before deleting requirement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)