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

Replace deprecated nested sorting api with new one

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: L3 - Default L3 - Default
    • 2.4.0
    • None
    • backend
    • None

      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

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: