[jira] [Updated] (OFBIZ-5869) correction to changeset r1626462 and r1626463

2014-12-17 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-5869:
---
Component/s: (was: order)
 ALL APPLICATIONS

 correction to changeset r1626462  and r1626463  
 

 Key: OFBIZ-5869
 URL: https://issues.apache.org/jira/browse/OFBIZ-5869
 Project: OFBiz
  Issue Type: Bug
  Components: ALL APPLICATIONS
Affects Versions: Release Branch 13.07, Trunk
Reporter: Leon
Assignee: Jacques Le Roux
 Fix For: Upcoming Branch, 13.07.02

 Attachments: OFBIZ-5869.patch


 There's error in this commit. e.g.
 – ListGenericValue allPCMPs = 
 EntityUtil.filterByDate(delegator.findByAnd(PartyContactMechPurpose, 
 pcmpFindMap, null, false), true);
 ++ allPCWPs = EntityUtil.filterByDate(allPCWPs, null, contactFromDate, 
 contactThruDate, true);
 According to EntityUtil.filterByDate(List, EntityCondition, String, String 
 ,Boolean), it filter nothing if condition parameter (the second) is null.
 see OFBIZ-5261.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-5869) correction to changeset r1626462 and r1626463

2014-12-17 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-5869:
---
 Priority: Major  (was: Minor)
Affects Version/s: (was: Release Branch 12.04)
Fix Version/s: (was: 12.04.06)

 correction to changeset r1626462  and r1626463  
 

 Key: OFBIZ-5869
 URL: https://issues.apache.org/jira/browse/OFBIZ-5869
 Project: OFBiz
  Issue Type: Bug
  Components: ALL APPLICATIONS
Affects Versions: Release Branch 13.07, Trunk
Reporter: Leon
Assignee: Jacques Le Roux
 Fix For: Upcoming Branch, 13.07.02

 Attachments: OFBIZ-5869.patch


 There's error in this commit. e.g.
 – ListGenericValue allPCMPs = 
 EntityUtil.filterByDate(delegator.findByAnd(PartyContactMechPurpose, 
 pcmpFindMap, null, false), true);
 ++ allPCWPs = EntityUtil.filterByDate(allPCWPs, null, contactFromDate, 
 contactThruDate, true);
 According to EntityUtil.filterByDate(List, EntityCondition, String, String 
 ,Boolean), it filter nothing if condition parameter (the second) is null.
 see OFBIZ-5261.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-5869) correction to changeset r1626462 and r1626463

2014-12-17 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-5869:
---
  Component/s: (was: ALL APPLICATIONS)
   order
 Priority: Minor  (was: Major)
Affects Version/s: Release Branch 12.04
   Release Branch 13.07
Fix Version/s: (was: Trunk)
   12.04.06
   Upcoming Branch

 correction to changeset r1626462  and r1626463  
 

 Key: OFBIZ-5869
 URL: https://issues.apache.org/jira/browse/OFBIZ-5869
 Project: OFBiz
  Issue Type: Bug
  Components: ALL APPLICATIONS
Affects Versions: Release Branch 13.07, Trunk
Reporter: Leon
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: Upcoming Branch, 13.07.02

 Attachments: OFBIZ-5869.patch


 There's error in this commit. e.g.
 – ListGenericValue allPCMPs = 
 EntityUtil.filterByDate(delegator.findByAnd(PartyContactMechPurpose, 
 pcmpFindMap, null, false), true);
 ++ allPCWPs = EntityUtil.filterByDate(allPCWPs, null, contactFromDate, 
 contactThruDate, true);
 According to EntityUtil.filterByDate(List, EntityCondition, String, String 
 ,Boolean), it filter nothing if condition parameter (the second) is null.
 see OFBIZ-5261.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-5869) correction to changeset r1626462 and r1626463

2014-12-16 Thread Leon (JIRA)

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

Leon updated OFBIZ-5869:

Attachment: (was: OFBIZ-5869.patch)

 correction to changeset r1626462  and r1626463  
 

 Key: OFBIZ-5869
 URL: https://issues.apache.org/jira/browse/OFBIZ-5869
 Project: OFBiz
  Issue Type: Bug
  Components: ALL APPLICATIONS
Affects Versions: Trunk
Reporter: Leon
Assignee: Jacques Le Roux
 Fix For: Trunk


 There's error in this commit. e.g.
 – ListGenericValue allPCMPs = 
 EntityUtil.filterByDate(delegator.findByAnd(PartyContactMechPurpose, 
 pcmpFindMap, null, false), true);
 ++ allPCWPs = EntityUtil.filterByDate(allPCWPs, null, contactFromDate, 
 contactThruDate, true);
 According to EntityUtil.filterByDate(List, EntityCondition, String, String 
 ,Boolean), it filter nothing if condition parameter (the second) is null.
 see OFBIZ-5261.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-5869) correction to changeset r1626462 and r1626463

2014-12-16 Thread Leon (JIRA)

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

Leon updated OFBIZ-5869:

Attachment: OFBIZ-5869.patch

new patch file to latest revision source of trunk

 correction to changeset r1626462  and r1626463  
 

 Key: OFBIZ-5869
 URL: https://issues.apache.org/jira/browse/OFBIZ-5869
 Project: OFBiz
  Issue Type: Bug
  Components: ALL APPLICATIONS
Affects Versions: Trunk
Reporter: Leon
Assignee: Jacques Le Roux
 Fix For: Trunk

 Attachments: OFBIZ-5869.patch


 There's error in this commit. e.g.
 – ListGenericValue allPCMPs = 
 EntityUtil.filterByDate(delegator.findByAnd(PartyContactMechPurpose, 
 pcmpFindMap, null, false), true);
 ++ allPCWPs = EntityUtil.filterByDate(allPCWPs, null, contactFromDate, 
 contactThruDate, true);
 According to EntityUtil.filterByDate(List, EntityCondition, String, String 
 ,Boolean), it filter nothing if condition parameter (the second) is null.
 see OFBIZ-5261.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-5869) correction to changeset r1626462 and r1626463

2014-11-07 Thread Leon (JIRA)

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

Leon updated OFBIZ-5869:

Attachment: OFBIZ-5869.patch

use now timestamp to replace null value.

 correction to changeset r1626462  and r1626463  
 

 Key: OFBIZ-5869
 URL: https://issues.apache.org/jira/browse/OFBIZ-5869
 Project: OFBiz
  Issue Type: Bug
  Components: ALL APPLICATIONS
Affects Versions: Trunk
Reporter: Leon
 Fix For: Trunk

 Attachments: OFBIZ-5869.patch


 There's error in this commit. e.g.
 – ListGenericValue allPCMPs = 
 EntityUtil.filterByDate(delegator.findByAnd(PartyContactMechPurpose, 
 pcmpFindMap, null, false), true);
 ++ allPCWPs = EntityUtil.filterByDate(allPCWPs, null, contactFromDate, 
 contactThruDate, true);
 According to EntityUtil.filterByDate(List, EntityCondition, String, String 
 ,Boolean), it filter nothing if condition parameter (the second) is null.
 see OFBIZ-5261.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)