Details
-
Task
-
Status: Closed (View Workflow)
-
P1
-
Resolution: Done
-
None
-
-
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
- defines
-
UXPROD-3446 NFR: Data Import R2 2022 Morning Glory Technical, NFR, & Misc work
-
- Closed
-
- is cloned by
-
UIDATIMP-1204 Improve CQL queries for profiles retrieving
-
- Closed
-