[jira] [Updated] (OFBIZ-5157) Error on createShoppingListItem when adding item to cart as anonymous

2018-01-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-5157:
---
Description: 
When we add items to cart as a non-logged in user (ProductStore setting 
autoSaveCart on 'Y') ofbiz adds that item to ShoppingList as well. Following 
security error occures:
{code}
 [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [ 
UtilProperties.java:1063:INFO ] ResourceBundle MiniLangErrorUiLabels (en) 
created in 0.031s with 4 properties
 [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [
TransactionUtil.java:379:WARN ]
 [java]  exception report 
--
 [java] [TransactionUtil.setRollbackOnly] Calling transaction 
setRollbackOnly; this stack trace shows where this is happening:
 [java] Exception: java.lang.Exception
 [java] Message: Error in simple-method [Create a ShoppingList Item 
[file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]:
 [java]  stack trace 
---
 [java] java.lang.Exception: Error in simple-method [Create a ShoppingList 
Item 
[file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]:
 [java] 
org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:379)
 [java] 
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:320)
 [java] org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:582)
 [java] 
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:275)
 [java] 
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:294)
 [java] 
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79)
 [java] 
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48)
 [java] 
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:390)
 [java] 
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:225)
 [java] 
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163)
 [java] 
org.ofbiz.order.shoppinglist.ShoppingListEvents.addBulkFromCart(ShoppingListEvents.java:167)
 [java] 
org.ofbiz.order.shoppinglist.ShoppingListEvents.fillAutoSaveList(ShoppingListEvents.java:425)
 [java] 
org.ofbiz.order.shoppingcart.ShoppingCartItem.setQuantity(ShoppingCartItem.java:1059)
 [java] 
org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:578)
 [java] 
org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:359)
 [java] 
org.ofbiz.order.shoppingcart.ShoppingCart.addOrIncreaseItem(ShoppingCart.java:583)
 [java] 
org.ofbiz.order.shoppingcart.ShoppingCartHelper.addToCart(ShoppingCartHelper.java:246)
 [java] 
org.ofbiz.order.shoppingcart.ShoppingCartEvents.addToCart(ShoppingCartEvents.java:586)
{code}

  was:
When we add items to cart as a non-logged in user (ProductStore setting 
autoSaveCart on 'Y') ofbiz adds that item to ShoppingList as well. Following 
security error occures:


 [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [ 
UtilProperties.java:1063:INFO ] ResourceBundle MiniLangErrorUiLabels (en) 
created in 0.031s with 4 properties
 [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [
TransactionUtil.java:379:WARN ]
 [java]  exception report 
--
 [java] [TransactionUtil.setRollbackOnly] Calling transaction 
setRollbackOnly; this stack trace shows where this is happening:
 [java] Exception: java.lang.Exception
 [java] Message: Error in simple-method [Create a ShoppingList Item 
[file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]:
 [java]  stack trace 
---
 [java] java.lang.Exception: Error in simple-method [Create a ShoppingList 
Item 
[file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]:
 [java] 
org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:379)
 [java] 
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:320)
 [java] org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:582)
 [java] 
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:275)
 [java] 
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:294)
 [java] 
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79)
 [java] 

[jira] [Created] (OFBIZ-10174) With Rainbow theme, a scrollbar appears at bottom where it's not needed

2018-01-19 Thread Jacques Le Roux (JIRA)
Jacques Le Roux created OFBIZ-10174:
---

 Summary: With Rainbow theme, a scrollbar appears at bottom where 
it's not needed
 Key: OFBIZ-10174
 URL: https://issues.apache.org/jira/browse/OFBIZ-10174
 Project: OFBiz
  Issue Type: Improvement
Reporter: Jacques Le Roux


With Rainbow theme, even in large screens, a scrollbar appears at bottom where 
it's useless.








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


[jira] [Reopened] (OFBIZ-5157) Error on createShoppingListItem when adding item to cart as anonymous

2018-01-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux reopened OFBIZ-5157:


> Error on createShoppingListItem when adding item to cart as anonymous
> -
>
> Key: OFBIZ-5157
> URL: https://issues.apache.org/jira/browse/OFBIZ-5157
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Release Branch 12.04
>Reporter: Mirko Vogelsmeier
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Release Branch 12.04
>
> Attachments: OFBIZ-5157-CodeCleanup.patch, 
> OFBIZ-5157-ShoppingListServices.patch
>
>
> When we add items to cart as a non-logged in user (ProductStore setting 
> autoSaveCart on 'Y') ofbiz adds that item to ShoppingList as well. Following 
> security error occures:
>  [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [ 
> UtilProperties.java:1063:INFO ] ResourceBundle MiniLangErrorUiLabels (en) 
> created in 0.031s with 4 properties
>  [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [
> TransactionUtil.java:379:WARN ]
>  [java]  exception report 
> --
>  [java] [TransactionUtil.setRollbackOnly] Calling transaction 
> setRollbackOnly; this stack trace shows where this is happening:
>  [java] Exception: java.lang.Exception
>  [java] Message: Error in simple-method [Create a ShoppingList Item 
> [file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]:
>  [java]  stack trace 
> ---
>  [java] java.lang.Exception: Error in simple-method [Create a 
> ShoppingList Item 
> [file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]:
>  [java] 
> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:379)
>  [java] 
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:320)
>  [java] org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:582)
>  [java] 
> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:275)
>  [java] 
> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:294)
>  [java] 
> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79)
>  [java] 
> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48)
>  [java] 
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:390)
>  [java] 
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:225)
>  [java] 
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163)
>  [java] 
> org.ofbiz.order.shoppinglist.ShoppingListEvents.addBulkFromCart(ShoppingListEvents.java:167)
>  [java] 
> org.ofbiz.order.shoppinglist.ShoppingListEvents.fillAutoSaveList(ShoppingListEvents.java:425)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartItem.setQuantity(ShoppingCartItem.java:1059)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:578)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:359)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCart.addOrIncreaseItem(ShoppingCart.java:583)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartHelper.addToCart(ShoppingCartHelper.java:246)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartEvents.addToCart(ShoppingCartEvents.java:586)



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


[jira] [Commented] (OFBIZ-10164) Splitter Widget

2018-01-19 Thread James Yong (JIRA)

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

James Yong commented on OFBIZ-10164:


Hi Taher,

Thanks for the review.

Internally, the splitter library accepts a javascript array of numbers. Maybe 
less confusing if the need for brackets is removed.

Will also look into avoiding the parent ID attribute.

Regards,
James

> Splitter Widget
> ---
>
> Key: OFBIZ-10164
> URL: https://issues.apache.org/jira/browse/OFBIZ-10164
> Project: OFBiz
>  Issue Type: New Feature
>  Components: framework
>Affects Versions: Trunk
>Reporter: James Yong
>Assignee: James Yong
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-10164.patch, horizontal.png, vertical.png
>
>
> A new splitter widget that will use a tag named 'splitter'.
> This splitter tag has the following attributes:
> a. sizes = [25, 75] where the containers within will be splitted with a ratio 
> of 25% and 75%
> b. parentId which is the ID of the parent container
> c. direction = vertical or horizonal (default)
> The splitter tag can only contains container(s) as immediate child.
> Using the library from http://nathancahill.github.io/Split.js/ which is 
> licensed under MIT license.



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


[jira] [Commented] (OFBIZ-10119) Update markup of Shopping Lists page according to standard markup given by Bootstrap v4.0.0

2018-01-19 Thread Parakh Maheshwari (JIRA)

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

Parakh Maheshwari commented on OFBIZ-10119:
---

Attaching patch which contains markup improvement of Shopping Lists page 
according to standard markup given by Bootstrap v4.0.0

> Update markup of Shopping Lists page according to standard markup given by 
> Bootstrap v4.0.0
> ---
>
> Key: OFBIZ-10119
> URL: https://issues.apache.org/jira/browse/OFBIZ-10119
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Reporter: Parakh Maheshwari
>Assignee: Parakh Maheshwari
>Priority: Major
> Attachments: OFBIZ-10119-framework.patch, OFBIZ-10119.patch
>
>




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


[jira] [Updated] (OFBIZ-10119) Update markup of Shopping Lists page according to standard markup given by Bootstrap v4.0.0

2018-01-19 Thread Parakh Maheshwari (JIRA)

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

Parakh Maheshwari updated OFBIZ-10119:
--
Attachment: OFBIZ-10119-framework.patch
OFBIZ-10119.patch

> Update markup of Shopping Lists page according to standard markup given by 
> Bootstrap v4.0.0
> ---
>
> Key: OFBIZ-10119
> URL: https://issues.apache.org/jira/browse/OFBIZ-10119
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Reporter: Parakh Maheshwari
>Assignee: Parakh Maheshwari
>Priority: Major
> Attachments: OFBIZ-10119-framework.patch, OFBIZ-10119.patch
>
>




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


[jira] [Assigned] (OFBIZ-10173) Add/Modify Calender Event Screen is Broken

2018-01-19 Thread Yogesh Naroliya (JIRA)

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

Yogesh Naroliya reassigned OFBIZ-10173:
---

Assignee: (was: Yogesh Naroliya)

> Add/Modify Calender Event Screen is Broken
> --
>
> Key: OFBIZ-10173
> URL: https://issues.apache.org/jira/browse/OFBIZ-10173
> Project: OFBiz
>  Issue Type: Bug
>  Components: humanres
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Priority: Major
> Attachments: OFBIZ-10173.patch
>
>
> *Steps to reproduce the issue*:
>  # Go HR component.
>  # Click on Training Tab.
>  # Click on any event listed over training calendar to navigate over modify 
> event screen.
> Here is the error message appearing on page when user tried to navigate on 
> any event from training calendar.
> {code:java}
> java.lang.IllegalArgumentException:
>  Error running script at location 
> [component:///workeffort/groovyScripts/ical/IsCalOwner.groovy]: 
> org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot 
> cast object 
> '[GenericEntity:WorkEffortPartyAssignment][assignedByUserLoginId,admin(java.lang.String)][availabilityStatusId,null()][comments,null()][createdStamp,2018-01-19
>  16:49:36.69(java.sql.Timestamp)][createdTxStamp,2018-01-19 
> 16:49:36.616(java.sql.Timestamp)][delegateReasonEnumId,null()][expectationEnumId,null()][facilityId,null()][fromDate,2018-01-19
>  16:49:36.69(java.sql.Timestamp)][lastUpdatedStamp,2018-01-19 
> 16:49:36.69(java.sql.Timestamp)][lastUpdatedTxStamp,2018-01-19 
> 16:49:36.616(java.sql.Timestamp)][mustRsvp,null()][partyId,admin(java.lang.String)][roleTypeId,CAL_OWNER(java.lang.String)][statusDateTime,null()][statusId,PRTYASGN_ASSIGNED(java.lang.String)][thruDate,null()][workEffortId,10041(java.lang.String)]'
>  with class 'org.apache.ofbiz.entity.GenericValue' to class 
> 'java.util.List' due to: groovy.lang.GroovyRuntimeException: Could not 
> find matching constructor for: 
> java.util.List(org.apache.ofbiz.entity.GenericValue)
> {code}



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


[jira] [Commented] (OFBIZ-5157) Error on createShoppingListItem when adding item to cart as anonymous

2018-01-19 Thread Dennis Balkir (JIRA)

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

Dennis Balkir commented on OFBIZ-5157:
--

Hello [~jacques.le.roux],

I know, that this issue was closed, but I just discovered, that the 
login-required tag that was mentioned above and was fixed in the patch never 
really made it in the file itself.
I even opened the old file from r1459220 and I couldn't find it there. 

Maybe some problem occured while patching this file and nobody noticed it?

Can you take a further look?

Thanks

> Error on createShoppingListItem when adding item to cart as anonymous
> -
>
> Key: OFBIZ-5157
> URL: https://issues.apache.org/jira/browse/OFBIZ-5157
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Release Branch 12.04
>Reporter: Mirko Vogelsmeier
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Release Branch 12.04
>
> Attachments: OFBIZ-5157-CodeCleanup.patch, 
> OFBIZ-5157-ShoppingListServices.patch
>
>
> When we add items to cart as a non-logged in user (ProductStore setting 
> autoSaveCart on 'Y') ofbiz adds that item to ShoppingList as well. Following 
> security error occures:
>  [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [ 
> UtilProperties.java:1063:INFO ] ResourceBundle MiniLangErrorUiLabels (en) 
> created in 0.031s with 4 properties
>  [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [
> TransactionUtil.java:379:WARN ]
>  [java]  exception report 
> --
>  [java] [TransactionUtil.setRollbackOnly] Calling transaction 
> setRollbackOnly; this stack trace shows where this is happening:
>  [java] Exception: java.lang.Exception
>  [java] Message: Error in simple-method [Create a ShoppingList Item 
> [file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]:
>  [java]  stack trace 
> ---
>  [java] java.lang.Exception: Error in simple-method [Create a 
> ShoppingList Item 
> [file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]:
>  [java] 
> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:379)
>  [java] 
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:320)
>  [java] org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:582)
>  [java] 
> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:275)
>  [java] 
> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:294)
>  [java] 
> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79)
>  [java] 
> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48)
>  [java] 
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:390)
>  [java] 
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:225)
>  [java] 
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163)
>  [java] 
> org.ofbiz.order.shoppinglist.ShoppingListEvents.addBulkFromCart(ShoppingListEvents.java:167)
>  [java] 
> org.ofbiz.order.shoppinglist.ShoppingListEvents.fillAutoSaveList(ShoppingListEvents.java:425)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartItem.setQuantity(ShoppingCartItem.java:1059)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:578)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:359)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCart.addOrIncreaseItem(ShoppingCart.java:583)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartHelper.addToCart(ShoppingCartHelper.java:246)
>  [java] 
> org.ofbiz.order.shoppingcart.ShoppingCartEvents.addToCart(ShoppingCartEvents.java:586)



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


[jira] [Commented] (OFBIZ-10173) Add/Modify Calender Event Screen is Broken

2018-01-19 Thread Yogesh Naroliya (JIRA)

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

Yogesh Naroliya commented on OFBIZ-10173:
-

[~upadhyay.ratnesh] Thanks for reporting the issue, I have successfully 
replicated the issue.

The reported issue was due to use of *queryFirst* instead of *queryList* to get 
the *partyAssignments* list.

Provided a patch to fix the issue.

> Add/Modify Calender Event Screen is Broken
> --
>
> Key: OFBIZ-10173
> URL: https://issues.apache.org/jira/browse/OFBIZ-10173
> Project: OFBiz
>  Issue Type: Bug
>  Components: humanres
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Assignee: Yogesh Naroliya
>Priority: Major
> Attachments: OFBIZ-10173.patch
>
>
> *Steps to reproduce the issue*:
>  # Go HR component.
>  # Click on Training Tab.
>  # Click on any event listed over training calendar to navigate over modify 
> event screen.
> Here is the error message appearing on page when user tried to navigate on 
> any event from training calendar.
> {code:java}
> java.lang.IllegalArgumentException:
>  Error running script at location 
> [component:///workeffort/groovyScripts/ical/IsCalOwner.groovy]: 
> org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot 
> cast object 
> '[GenericEntity:WorkEffortPartyAssignment][assignedByUserLoginId,admin(java.lang.String)][availabilityStatusId,null()][comments,null()][createdStamp,2018-01-19
>  16:49:36.69(java.sql.Timestamp)][createdTxStamp,2018-01-19 
> 16:49:36.616(java.sql.Timestamp)][delegateReasonEnumId,null()][expectationEnumId,null()][facilityId,null()][fromDate,2018-01-19
>  16:49:36.69(java.sql.Timestamp)][lastUpdatedStamp,2018-01-19 
> 16:49:36.69(java.sql.Timestamp)][lastUpdatedTxStamp,2018-01-19 
> 16:49:36.616(java.sql.Timestamp)][mustRsvp,null()][partyId,admin(java.lang.String)][roleTypeId,CAL_OWNER(java.lang.String)][statusDateTime,null()][statusId,PRTYASGN_ASSIGNED(java.lang.String)][thruDate,null()][workEffortId,10041(java.lang.String)]'
>  with class 'org.apache.ofbiz.entity.GenericValue' to class 
> 'java.util.List' due to: groovy.lang.GroovyRuntimeException: Could not 
> find matching constructor for: 
> java.util.List(org.apache.ofbiz.entity.GenericValue)
> {code}



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


[jira] [Updated] (OFBIZ-10173) Add/Modify Calender Event Screen is Broken

2018-01-19 Thread Yogesh Naroliya (JIRA)

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

Yogesh Naroliya updated OFBIZ-10173:

Attachment: OFBIZ-10173.patch

> Add/Modify Calender Event Screen is Broken
> --
>
> Key: OFBIZ-10173
> URL: https://issues.apache.org/jira/browse/OFBIZ-10173
> Project: OFBiz
>  Issue Type: Bug
>  Components: humanres
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Assignee: Yogesh Naroliya
>Priority: Major
> Attachments: OFBIZ-10173.patch
>
>
> *Steps to reproduce the issue*:
>  # Go HR component.
>  # Click on Training Tab.
>  # Click on any event listed over training calendar to navigate over modify 
> event screen.
> Here is the error message appearing on page when user tried to navigate on 
> any event from training calendar.
> {code:java}
> java.lang.IllegalArgumentException:
>  Error running script at location 
> [component:///workeffort/groovyScripts/ical/IsCalOwner.groovy]: 
> org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot 
> cast object 
> '[GenericEntity:WorkEffortPartyAssignment][assignedByUserLoginId,admin(java.lang.String)][availabilityStatusId,null()][comments,null()][createdStamp,2018-01-19
>  16:49:36.69(java.sql.Timestamp)][createdTxStamp,2018-01-19 
> 16:49:36.616(java.sql.Timestamp)][delegateReasonEnumId,null()][expectationEnumId,null()][facilityId,null()][fromDate,2018-01-19
>  16:49:36.69(java.sql.Timestamp)][lastUpdatedStamp,2018-01-19 
> 16:49:36.69(java.sql.Timestamp)][lastUpdatedTxStamp,2018-01-19 
> 16:49:36.616(java.sql.Timestamp)][mustRsvp,null()][partyId,admin(java.lang.String)][roleTypeId,CAL_OWNER(java.lang.String)][statusDateTime,null()][statusId,PRTYASGN_ASSIGNED(java.lang.String)][thruDate,null()][workEffortId,10041(java.lang.String)]'
>  with class 'org.apache.ofbiz.entity.GenericValue' to class 
> 'java.util.List' due to: groovy.lang.GroovyRuntimeException: Could not 
> find matching constructor for: 
> java.util.List(org.apache.ofbiz.entity.GenericValue)
> {code}



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


[jira] [Commented] (OFBIZ-9911) Add ability to record Return Communication

2018-01-19 Thread Rishi Solanki (JIRA)

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

Rishi Solanki commented on OFBIZ-9911:
--

No worries [~jacques.le.roux]  I always find your comments/reviews helpful. :)

> Add ability to record Return Communication
> --
>
> Key: OFBIZ-9911
> URL: https://issues.apache.org/jira/browse/OFBIZ-9911
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, party
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Assignee: Rishi Solanki
>Priority: Major
> Attachments: OFBIZ-9911-CommunicationEventReturn-Entity.jpg, 
> OFBIZ-9911-FindCommByReturn-FilterRecords-Screen.jpg, 
> OFBIZ-9911-FindCommunicationByReturn-Screen.jpg, OFBIZ-9911.patch, 
> OFBIZ-9911.patch, OFBIZ-9911.patch
>
>
> In OOTB we are having the ability to record order specific communication in 
> CommunicationEventOrder and the user can retrieve/review them from party > 
> communications screen but we don't have such support for return 
> communications. So It would be great to have an ability to record return 
> specific communication in the system.
> We have to implement following items to establish this feature :
> *Data Model Details:*
> - We will have to create new entity CommunicationEventReturn to record return 
> communication. It should have returnId and communicationEventId along with 
> other necessary fields.
> - We have to implement following view CommunicationEventAndReturn to fetch 
> return communications over screens as needed.
> *New Implementation Details:*
> - We have to add CRUD services for the new entity. 
> *Existing Implementation Details:*
> - We have to extend createCommunicationEvent service definition with retunId 
> field and extend the existing implementation to create the record in 
> CommunicationEventReturn based on supplied returnId parameter.
> - Also, we have to extend return related email services to provide returnId 
> in service context.
> *User Interface Details:*
> - In the current system we have Party > Communications > Find Communication 
> By Order screen, in the same way, we can add another screen to find 
> communication by return.
> - We can add return communication screenlet over Order Manager > Return > 
> Return History screen or we can add communication tab under Order > Return 
> screen, this is just a thought still thinking on it.
> - We can also provide communication tab in order component as well.
> Thanks to [~jacques.le.roux], [~rishisolankii] and [~deepakddixit] for 
> discussion and inputs.



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


[jira] [Created] (OFBIZ-10173) Add/Modify Calender Event Screen is Broken

2018-01-19 Thread Ratnesh Upadhyay (JIRA)
Ratnesh Upadhyay created OFBIZ-10173:


 Summary: Add/Modify Calender Event Screen is Broken
 Key: OFBIZ-10173
 URL: https://issues.apache.org/jira/browse/OFBIZ-10173
 Project: OFBiz
  Issue Type: Bug
  Components: humanres
Affects Versions: Trunk
Reporter: Ratnesh Upadhyay


*Steps to reproduce the issue*:
 # Go HR component.
 # Click on Training Tab.
 # Click on any event listed over training calendar to navigate over modify 
event screen.

Here is the error message appearing on page when user tried to navigate on any 
event from training calendar.
{code:java}
java.lang.IllegalArgumentException:
 Error running script at location 
[component:///workeffort/groovyScripts/ical/IsCalOwner.groovy]: 
org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot 
cast object 
'[GenericEntity:WorkEffortPartyAssignment][assignedByUserLoginId,admin(java.lang.String)][availabilityStatusId,null()][comments,null()][createdStamp,2018-01-19
 16:49:36.69(java.sql.Timestamp)][createdTxStamp,2018-01-19 
16:49:36.616(java.sql.Timestamp)][delegateReasonEnumId,null()][expectationEnumId,null()][facilityId,null()][fromDate,2018-01-19
 16:49:36.69(java.sql.Timestamp)][lastUpdatedStamp,2018-01-19 
16:49:36.69(java.sql.Timestamp)][lastUpdatedTxStamp,2018-01-19 
16:49:36.616(java.sql.Timestamp)][mustRsvp,null()][partyId,admin(java.lang.String)][roleTypeId,CAL_OWNER(java.lang.String)][statusDateTime,null()][statusId,PRTYASGN_ASSIGNED(java.lang.String)][thruDate,null()][workEffortId,10041(java.lang.String)]'
 with class 'org.apache.ofbiz.entity.GenericValue' to class 
'java.util.List' due to: groovy.lang.GroovyRuntimeException: Could not 
find matching constructor for: 
java.util.List(org.apache.ofbiz.entity.GenericValue)
{code}



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


[jira] [Assigned] (OFBIZ-10173) Add/Modify Calender Event Screen is Broken

2018-01-19 Thread Yogesh Naroliya (JIRA)

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

Yogesh Naroliya reassigned OFBIZ-10173:
---

Assignee: Yogesh Naroliya

> Add/Modify Calender Event Screen is Broken
> --
>
> Key: OFBIZ-10173
> URL: https://issues.apache.org/jira/browse/OFBIZ-10173
> Project: OFBiz
>  Issue Type: Bug
>  Components: humanres
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Assignee: Yogesh Naroliya
>Priority: Major
>
> *Steps to reproduce the issue*:
>  # Go HR component.
>  # Click on Training Tab.
>  # Click on any event listed over training calendar to navigate over modify 
> event screen.
> Here is the error message appearing on page when user tried to navigate on 
> any event from training calendar.
> {code:java}
> java.lang.IllegalArgumentException:
>  Error running script at location 
> [component:///workeffort/groovyScripts/ical/IsCalOwner.groovy]: 
> org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot 
> cast object 
> '[GenericEntity:WorkEffortPartyAssignment][assignedByUserLoginId,admin(java.lang.String)][availabilityStatusId,null()][comments,null()][createdStamp,2018-01-19
>  16:49:36.69(java.sql.Timestamp)][createdTxStamp,2018-01-19 
> 16:49:36.616(java.sql.Timestamp)][delegateReasonEnumId,null()][expectationEnumId,null()][facilityId,null()][fromDate,2018-01-19
>  16:49:36.69(java.sql.Timestamp)][lastUpdatedStamp,2018-01-19 
> 16:49:36.69(java.sql.Timestamp)][lastUpdatedTxStamp,2018-01-19 
> 16:49:36.616(java.sql.Timestamp)][mustRsvp,null()][partyId,admin(java.lang.String)][roleTypeId,CAL_OWNER(java.lang.String)][statusDateTime,null()][statusId,PRTYASGN_ASSIGNED(java.lang.String)][thruDate,null()][workEffortId,10041(java.lang.String)]'
>  with class 'org.apache.ofbiz.entity.GenericValue' to class 
> 'java.util.List' due to: groovy.lang.GroovyRuntimeException: Could not 
> find matching constructor for: 
> java.util.List(org.apache.ofbiz.entity.GenericValue)
> {code}



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


[jira] [Commented] (OFBIZ-9557) Add the ability to schedule a job to run as a system/service user

2018-01-19 Thread Matthew Mulligan (JIRA)

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

Matthew Mulligan commented on OFBIZ-9557:
-

I think the simple checkbox to run as system would be good. I wouldn't want to 
put anything in that would bypass any security.

> Add the ability to schedule a job to run as a system/service user
> -
>
> Key: OFBIZ-9557
> URL: https://issues.apache.org/jira/browse/OFBIZ-9557
> Project: OFBiz
>  Issue Type: Improvement
>  Components: tools
>Reporter: Matthew Mulligan
>Priority: Major
>
> When scheduling a job it automatically schedules it to run as the user that 
> created the schedule. The issue comes up when that users password changes. 
> We use LDAP authentication and our passwords change every 90 days. Right now 
> every 90 days when my password changes I have to delete all previously 
> scheduled jobs and recreate them. 
> What would be nice is an option when scheduling the job to Run as System 
> account or Run as User and be able to put the users name in. 



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


[jira] [Closed] (OFBIZ-10172) GeoAssoc data is missing for Telangana state of India

2018-01-19 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-10172.

   Resolution: Done
Fix Version/s: 16.11.05

> GeoAssoc data is missing for Telangana state of India
> -
>
> Key: OFBIZ-10172
> URL: https://issues.apache.org/jira/browse/OFBIZ-10172
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
>Priority: Major
> Fix For: 16.11.05
>
>




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


[jira] [Commented] (OFBIZ-10172) GeoAssoc data is missing for Telangana state of India

2018-01-19 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-10172:
--

Thanks Suraj Khurana for your contribution

This has been fixed at

Ofbiz framework Trunk at r#1821628

R16.11 at r#1821640

R17.12 at r#{color:#22}1821628{color}

 

> GeoAssoc data is missing for Telangana state of India
> -
>
> Key: OFBIZ-10172
> URL: https://issues.apache.org/jira/browse/OFBIZ-10172
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
>Priority: Major
> Fix For: 16.11.05
>
>




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


[jira] [Assigned] (OFBIZ-10172) GeoAssoc data is missing for Telangana state of India

2018-01-19 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-10172:


Assignee: Deepak Dixit

> GeoAssoc data is missing for Telangana state of India
> -
>
> Key: OFBIZ-10172
> URL: https://issues.apache.org/jira/browse/OFBIZ-10172
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Deepak Dixit
>Priority: Major
>




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


[jira] [Created] (OFBIZ-10172) GeoAssoc data is missing for Telangana state of India

2018-01-19 Thread Suraj Khurana (JIRA)
Suraj Khurana created OFBIZ-10172:
-

 Summary: GeoAssoc data is missing for Telangana state of India
 Key: OFBIZ-10172
 URL: https://issues.apache.org/jira/browse/OFBIZ-10172
 Project: OFBiz
  Issue Type: Improvement
Reporter: Suraj Khurana






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


[jira] [Commented] (OFBIZ-6946) Remove ftl dependency in order on ecommerce

2018-01-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6946:


Actually I opened OFBIZ-9241 for that, still a background WIP in my TODO list...

> Remove ftl dependency in order on ecommerce
> ---
>
> Key: OFBIZ-6946
> URL: https://issues.apache.org/jira/browse/OFBIZ-6946
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-6946-order-template-location.patch
>
>
> Currently there are dependencies in the order component on the ecommerce 
> component.
> Order management should work without the ecommerce component.



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


[jira] [Commented] (OFBIZ-1032) EntitySaxReader mostly-insert (store after create-error) Fix

2018-01-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-1032:


Hi Kyra,

I just reviewed and that sounds good to me. Please suggest a quick way to test 
(I'm currently mentally surcharged ;)), thanks.

> EntitySaxReader mostly-insert (store after create-error) Fix
> 
>
> Key: OFBIZ-1032
> URL: https://issues.apache.org/jira/browse/OFBIZ-1032
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
> Environment: Win XP
>Reporter: Karl Eilebrecht
>Assignee: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-1032_Remove-fallback-store.patch, 
> OFBIZ-1032_Remove-fallback-store_EntitySaxReader.patch, 
> OFBIZ-1032_Remove-fallback-store_rename-mostlyInserts.patch, patch9675.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes: -
> Required: JIRA-1031, JIRA-1030, JIRA-1029, JIRA-1017, JIRA-1016
> Recommended:  -
> Classes:  EntitySaxReader 
> Description:  Avoids rollback on create error to be able to store the 
>   entity instead (mostly-inserts feature).



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


[jira] [Closed] (OFBIZ-10122) Not able to add the requirement,broken screen with the error message in workeffort component

2018-01-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-10122.
---
   Resolution: Fixed
Fix Version/s: 17.12.01

Thanks Rubia Elza and Yogesh,

Yogesh your patch is in
trunk r1821613  
R17.12 r1821615
R16.11 r1821616



> Not able to add the requirement,broken screen with the error message in 
> workeffort component
> 
>
> Key: OFBIZ-10122
> URL: https://issues.apache.org/jira/browse/OFBIZ-10122
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 17.12.01, 16.11.05
>
> Attachments: OFBIZ-10122.patch, OFBIZ-10122.png, screenshot-1.png
>
>
> Steps to regenerate:
> 1) Open URL https://demo-trunk.ofbiz.apache.org/sfa/control/Events
> 2) Click on the event created.
> 3) To add the requirements of events, click on the "Requirements" button.
> 4) Add the existing requirement Id or add a new requirement. Click on Save.
> Actual: Not able to add the requirement. Broken screen with the error message.
> Note: Refer the screenshot attached. 



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


[jira] [Assigned] (OFBIZ-10122) Not able to add the requirement,broken screen with the error message in workeffort component

2018-01-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux reassigned OFBIZ-10122:
---

Assignee: Jacques Le Roux

> Not able to add the requirement,broken screen with the error message in 
> workeffort component
> 
>
> Key: OFBIZ-10122
> URL: https://issues.apache.org/jira/browse/OFBIZ-10122
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.05
>
> Attachments: OFBIZ-10122.patch, OFBIZ-10122.png, screenshot-1.png
>
>
> Steps to regenerate:
> 1) Open URL https://demo-trunk.ofbiz.apache.org/sfa/control/Events
> 2) Click on the event created.
> 3) To add the requirements of events, click on the "Requirements" button.
> 4) Add the existing requirement Id or add a new requirement. Click on Save.
> Actual: Not able to add the requirement. Broken screen with the error message.
> Note: Refer the screenshot attached. 



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


[jira] [Assigned] (OFBIZ-10122) Not able to add the requirement,broken screen with the error message in workeffort component

2018-01-19 Thread Yogesh Naroliya (JIRA)

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

Yogesh Naroliya reassigned OFBIZ-10122:
---

Assignee: (was: Yogesh Naroliya)

> Not able to add the requirement,broken screen with the error message in 
> workeffort component
> 
>
> Key: OFBIZ-10122
> URL: https://issues.apache.org/jira/browse/OFBIZ-10122
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Priority: Major
> Fix For: 16.11.05
>
> Attachments: OFBIZ-10122.patch, OFBIZ-10122.png, screenshot-1.png
>
>
> Steps to regenerate:
> 1) Open URL https://demo-trunk.ofbiz.apache.org/sfa/control/Events
> 2) Click on the event created.
> 3) To add the requirements of events, click on the "Requirements" button.
> 4) Add the existing requirement Id or add a new requirement. Click on Save.
> Actual: Not able to add the requirement. Broken screen with the error message.
> Note: Refer the screenshot attached. 



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


[jira] [Commented] (OFBIZ-10122) Not able to add the requirement,broken screen with the error message in workeffort component

2018-01-19 Thread Yogesh Naroliya (JIRA)

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

Yogesh Naroliya commented on OFBIZ-10122:
-

*Research notes and solution details:*
 - To create a new workEffort requirement *AddWorkEffortRequirement* form which 
extends *EditRequirement* form of *order* component which overrides the target 
as *createRequirement* when requirement is not present and there is no request 
present in workEffort component to serve this target and due to this reported 
issue started appearing.

 - To fix this issue, I have simply override the target of 
*AddWorkEffortRequirement* form with the correct request i.e. 
*createWorkEffortRequirement*. Now system will create a requirement and 
associate it with selected workEffort without any issue also if a user supplied 
requirementId then system records it in *WorkRequirementFulfillment*.

Please find attached patch to fix the reported issue. FYI, I have verified the 
fix over local instance and attached a screenshot for quick reference.

Thanks [~upadhyay.ratnesh] for the discussion.

> Not able to add the requirement,broken screen with the error message in 
> workeffort component
> 
>
> Key: OFBIZ-10122
> URL: https://issues.apache.org/jira/browse/OFBIZ-10122
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Assignee: Yogesh Naroliya
>Priority: Major
> Fix For: 16.11.05
>
> Attachments: OFBIZ-10122.patch, OFBIZ-10122.png, screenshot-1.png
>
>
> Steps to regenerate:
> 1) Open URL https://demo-trunk.ofbiz.apache.org/sfa/control/Events
> 2) Click on the event created.
> 3) To add the requirements of events, click on the "Requirements" button.
> 4) Add the existing requirement Id or add a new requirement. Click on Save.
> Actual: Not able to add the requirement. Broken screen with the error message.
> Note: Refer the screenshot attached. 



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


[jira] [Updated] (OFBIZ-10122) Not able to add the requirement,broken screen with the error message in workeffort component

2018-01-19 Thread Yogesh Naroliya (JIRA)

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

Yogesh Naroliya updated OFBIZ-10122:

Attachment: OFBIZ-10122.patch

> Not able to add the requirement,broken screen with the error message in 
> workeffort component
> 
>
> Key: OFBIZ-10122
> URL: https://issues.apache.org/jira/browse/OFBIZ-10122
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Assignee: Yogesh Naroliya
>Priority: Major
> Fix For: 16.11.05
>
> Attachments: OFBIZ-10122.patch, OFBIZ-10122.png, screenshot-1.png
>
>
> Steps to regenerate:
> 1) Open URL https://demo-trunk.ofbiz.apache.org/sfa/control/Events
> 2) Click on the event created.
> 3) To add the requirements of events, click on the "Requirements" button.
> 4) Add the existing requirement Id or add a new requirement. Click on Save.
> Actual: Not able to add the requirement. Broken screen with the error message.
> Note: Refer the screenshot attached. 



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


[jira] [Updated] (OFBIZ-10122) Not able to add the requirement,broken screen with the error message in workeffort component

2018-01-19 Thread Yogesh Naroliya (JIRA)

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

Yogesh Naroliya updated OFBIZ-10122:

Attachment: OFBIZ-10122.png

> Not able to add the requirement,broken screen with the error message in 
> workeffort component
> 
>
> Key: OFBIZ-10122
> URL: https://issues.apache.org/jira/browse/OFBIZ-10122
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Rubia Elza Joshep
>Assignee: Yogesh Naroliya
>Priority: Major
> Fix For: 16.11.05
>
> Attachments: OFBIZ-10122.png, screenshot-1.png
>
>
> Steps to regenerate:
> 1) Open URL https://demo-trunk.ofbiz.apache.org/sfa/control/Events
> 2) Click on the event created.
> 3) To add the requirements of events, click on the "Requirements" button.
> 4) Add the existing requirement Id or add a new requirement. Click on Save.
> Actual: Not able to add the requirement. Broken screen with the error message.
> Note: Refer the screenshot attached. 



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


[jira] [Commented] (OFBIZ-10171) Implement and Apply Return Lookup

2018-01-19 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10171:
-

+1

> Implement and Apply Return Lookup
> -
>
> Key: OFBIZ-10171
> URL: https://issues.apache.org/jira/browse/OFBIZ-10171
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, party
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Assignee: Ratnesh Upadhyay
>Priority: Major
>
> Implement Return Lookup and embed it over related forms where we need to 
> lookup return and set selected return information over form.



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