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

Guided Rule Editor removes matches statement from rule

    XMLWordPrintable

Details

    • 3
    • Release Notes
    • The fix assumes just operator 'matches'. It means if user will import a rdrl of the same format, but using different operator than 'matches', the rdrl will be not auto corrected to currently supported format.
    • NEW
    • NEW

    Description

      A rdrl file containing the following constraint is changed after being opened with the Guided Rule Editor in business central:

      • before:
      FactA(type == "A", (symbol != null && matches "P.*") || (symbol != null && matches "p.*") )
      
      • after:
      FactA(type == "A", (symbol != null && ) || (symbol != null && ) )
      

      Attachments

        Issue Links

          Activity

            People

              dadossan Daniel José dos Santos (Inactive)
              dadossan Daniel José dos Santos (Inactive)
              Jozef Marko Jozef Marko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: