Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-5869

correction to changeset r1626462 and r1626463

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 13.07, Trunk
    • 14.12.01, 13.07.02
    • ALL APPLICATIONS
    • None

    Description

      There's error in this commit. e.g.
      – List<GenericValue> 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.

      Attachments

        1. OFBIZ-5869.patch
          14 kB
          Leon

        Activity

          People

            jleroux Jacques Le Roux
            utcb Leon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: