Uploaded image for project: 'ui-data-import'
  1. ui-data-import
  2. UIDATIMP-1202

Improve CQL query to get job profiles for further import processing

    XMLWordPrintable

Details

    • Folijet Sprint 143
    • 2
    • Folijet
    • Morning Glory (R2 2022)

    Description

      After upgrading RMB to v34.1.0 in the data-import-converter-storage moduleĀ MODDICONV-249 it is necessary to change the query for job profiles retrieving on the profiles selection page for import processing (https://folio-snapshot.dev.folio.org/data-import/job-profile?sort=name).
      Existing value for the query parameter "query":

      dataType==("MARC") AND (id="" NOT id=="d0ebb7b0-2f0f-11eb-adc1-0242ac120002") AND (id="" NOT id=="91f9b8d6-d80e-4727-9783-73fb53e3c786") AND (id="" NOT id=="6409dcff-71fa-433a-bc6a-e70ad38a9604") AND (id="" NOT id=="fa0262c7-5816-48d0-b9b3-7b7a862a5bc7")  sortBy name
      

      should be changed with

      dataType==("MARC") AND id<>(d0ebb7b0-2f0f-11eb-adc1-0242ac120002 AND 91f9b8d6-d80e-4727-9783-73fb53e3c786 AND 6409dcff-71fa-433a-bc6a-e70ad38a9604 AND fa0262c7-5816-48d0-b9b3-7b7a862a5bc7) sortBy name 

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                javokhir12 Javokhir Rajabboev
                ruslan_lavrov Ruslan Lavrov
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases