Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-1778

Replace deprecated nested sorting api with new one

    XMLWordPrintable

Details

    • Task
    • Status: Done
    • L3 - Default
    • Resolution: Duplicate
    • None
    • 2.4.0
    • backend
    • None

    Description

      Currently, we use the following api to do the nested sorting:

      SortBuilders
            .fieldSort(variableValuePath) 
            .setNestedPath(variablePath)
            .setNestedFilter(termQuery(variableIdPath, inputVariableId))
            .order(sortOrder);
      

      However, the setNestedPath and setNestedFiltersetNestedFilter methods are deprecated and should be replaced by setNestedSort method.

      AT:

      • the deprecated nested sorting api is replaced by the new one for raw decision data and raw process data reports

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                johannes.heinemann Johannes
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce