Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-1766 Migrate report configuration structure
  3. OPT-1843

Migrate report configuration from 2.2.0 to 2.4.0 structure

    XMLWordPrintable

Details

    Description

      AT:

      • a migration is added that maps the 2.2.0 report configuration structure that might be still present in 2.3 reports to the explicitly modeled 2.4 structure
      • 2.4.0 configuration property defaults are kept if there was no existing configuration
      • compatible fields are taken over 1:1 if present in existing configuration
        • xml, columnOrder
      • incompatible fields are mapped as described below

      Mapping 2.2 => 2.4:

      1. TargetValue Variants are the same as 2.3 from OPT-1842 attached 23_settings.json (so already handled by OPT-1842)
      2. alwaysShowTooltips: if visualization is heat set the value to alwaysShowRelative and alwaysShowAbsolute AND set the inverted value to hideRelativeValue and hideAbsoluteValue (to be handled as case #3 in migration script)
      3. columnOrder.processInstanceProps: rename to columnOrder.instanceProps (handled with OPT-1866)
      4. There is an additional variant: (to handle make all cases of OPT-1842 safe of targetValue.values == null)
        targetValue: {active: false} // without the values field
        

      2.2 config structure:

      {
        alwaysShowTooltips: false
        targetValue: {},
        columnOrder: {
          variables:[],
          processInstanceProps:[]
        },
        xml: ''
      }
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.bathke Sebastian Bathke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce