Uploaded image for project: 'Migration Platform'
  1. Migration Platform
  2. MIG-1296

Filter migration with JCMA doesn't support column layout.

XMLWordPrintable

    • 8
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Problem Definition

      Filter migration with JCMA doesn't support column layout.

       

      When customers migrate filters with JCMA, it doesn't migrate column layout.

       

      Column layout before migration

       

      Columns layout after migration

      Suggested Solution

      • Make the necessary changes in cloud and JCMA to support column layout migration.

      Workaround

      Manually add the columns back to the filters. Here's the SQL query to identify the columns and their orders.

      SELECT SR.id,SR.filtername, CLI.fieldidentifier, CLI.horizontalposition
      FROM columnlayoutitem    CLI
      INNER JOIN columnlayout  CL  ON CLI.columnlayout = CL.id
      INNER JOIN searchrequest SR  ON CL.searchrequest = SR.id
      WHERE SR.id IN (<list_of_filter_ids>);
      ORDER BY SR.id, CLI.horizontalposition;
      

        1. layout_before_migration.jpg
          105 kB
          Wellington Costa
        2. layout_after_migration.jpg
          94 kB
          Wellington Costa

              Unassigned Unassigned
              8167e6f27cd6 Wellington Costa
              Votes:
              4 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: