Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-5249

java.time.format.DateTimeFormatter added to rule multiple times in Guided Rule editor if we use LocalDate

    XMLWordPrintable

Details

    • Hide
      • Import attached project into business-central console
      • Open GuidedRule available in project, save and close editor.
      • Again open same GuidedRule, following free form DRL is added to rule:
        java.time.format.DateTimeFormatter dtf = java.time.format.DateTimeFormatter.ofPattern("dd-MMM-yyyy");
        
      Show
      Import attached project into business-central console Open GuidedRule available in project, save and close editor. Again open same GuidedRule, following free form DRL is added to rule: java.time.format.DateTimeFormatter dtf = java.time.format.DateTimeFormatter.ofPattern( "dd-MMM-yyyy" );
    • NEW
    • NEW

    Description

      Create GuidedRule which update field of type LocalDate LHS of rule. Each time the rule is saved and reopened, following free form DRL is added:

      java.time.format.DateTimeFormatter dtf = java.time.format.DateTimeFormatter.ofPattern("dd-MMM-yyyy");

      Attachments

        Issue Links

          Activity

            People

              rh-ee-jomarko Jozef Marko
              rh-ee-jomarko Jozef Marko
              Anna Dupliak Anna Dupliak
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: