[jira] [Created] (OFBIZ-12719) ShipmentServices.groovy has wrong parameter value for checkCanChangeShipmentStatusDelivered

2022-12-05 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-12719: Summary: ShipmentServices.groovy has wrong parameter value for checkCanChangeShipmentStatusDelivered Key: OFBIZ-12719 URL: https://issues.apache.org/jira/browse/OFBIZ-12719

[jira] [Created] (OFBIZ-12718) ShipmentServices.groovy has wrong parameter value for checkCanChangeShipmentStatusDelivered

2022-12-05 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-12718: Summary: ShipmentServices.groovy has wrong parameter value for checkCanChangeShipmentStatusDelivered Key: OFBIZ-12718 URL: https://issues.apache.org/jira/browse/OFBIZ-12718

[jira] [Closed] (OFBIZ-12719) ShipmentServices.groovy has wrong parameter value for checkCanChangeShipmentStatusDelivered

2022-12-05 Thread Pierre Smits (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits closed OFBIZ-12719. Resolution: Fixed duplicate > ShipmentServices.groovy has wrong parameter value for >

[jira] [Created] (OFBIZ-12720) createInventoryItemVariance should work for serialised product

2022-12-05 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-12720: Summary: createInventoryItemVariance should work for serialised product Key: OFBIZ-12720 URL: https://issues.apache.org/jira/browse/OFBIZ-12720 Project: OFBiz

[jira] [Commented] (OFBIZ-9385) EntityListIterator closed but not in case of exception

2022-12-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643290#comment-17643290 ] ASF subversion and git services commented on OFBIZ-9385: Commit

[jira] [Commented] (OFBIZ-9385) EntityListIterator closed but not in case of exception

2022-12-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643288#comment-17643288 ] ASF subversion and git services commented on OFBIZ-9385: Commit

[jira] [Commented] (OFBIZ-9385) EntityListIterator closed but not in case of exception

2022-12-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643289#comment-17643289 ] ASF subversion and git services commented on OFBIZ-9385: Commit

[jira] [Closed] (OFBIZ-9385) EntityListIterator closed but not in case of exception

2022-12-05 Thread Jacques Le Roux (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-9385. -- Fix Version/s: 22.01.01 Resolution: Fixed > EntityListIterator closed but not in case

[jira] [Reopened] (OFBIZ-9385) EntityListIterator closed but not in case of exception

2022-12-05 Thread Jacques Le Roux (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-9385: > EntityListIterator closed but not in case of exception >

[jira] [Commented] (OFBIZ-12400) Upgrade to gradle 7.6 - support jdk 11 -> 17

2022-12-05 Thread Jacques Le Roux (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643253#comment-17643253 ] Jacques Le Roux commented on OFBIZ-12400: - Using JDK 17, we have a problem with the rest-api

[jira] [Commented] (OFBIZ-12400) Upgrade to gradle 7.6 - support jdk 11 -> 17

2022-12-05 Thread Jacques Le Roux (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643258#comment-17643258 ] Jacques Le Roux commented on OFBIZ-12400: - We also have 2 warnings   AuthHelper.java:132:

[jira] [Assigned] (OFBIZ-12608) No way to input shipment carrier information while creating purchase order

2022-12-05 Thread Daniel Watford (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Watford reassigned OFBIZ-12608: -- Assignee: Daniel Watford > No way to input shipment carrier information while

[jira] [Commented] (OFBIZ-12608) No way to input shipment carrier information while creating purchase order

2022-12-05 Thread Daniel Watford (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643517#comment-17643517 ] Daniel Watford commented on OFBIZ-12608: I have recently hit this issue while trying to bring up

[jira] [Commented] (OFBIZ-12400) Upgrade to gradle 7.6 - support jdk 11 -> 17

2022-12-05 Thread Ioan Eugen Stan (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643471#comment-17643471 ] Ioan Eugen Stan commented on OFBIZ-12400: - [~jleroux] :  > java.lang.IllegalArgumentException:

[GitHub] [ofbiz-framework] danwatford opened a new pull request, #568: FIXED: Added mandatory seed data needed for Purchase Order creation (OFBIZ-12608)

2022-12-05 Thread GitBox
danwatford opened a new pull request, #568: URL: https://github.com/apache/ofbiz-framework/pull/568 When creating an order it is necessary to specify shipping options and therefore ensure that entities representing those shipping options already exist in the OFBiz database. The ofbizsetup

[GitHub] [ofbiz-framework] sonarcloud[bot] commented on pull request #568: FIXED: Added mandatory seed data needed for Purchase Order creation (OFBIZ-12608)

2022-12-05 Thread GitBox
sonarcloud[bot] commented on PR #568: URL: https://github.com/apache/ofbiz-framework/pull/568#issuecomment-1338158046 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[jira] [Commented] (OFBIZ-12608) No way to input shipment carrier information while creating purchase order

2022-12-05 Thread Xiguang Wang (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-12608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643662#comment-17643662 ] Xiguang Wang commented on OFBIZ-12608: -- Hi Jacques, Not yet. Carrier is not a "must have"