Skip to content

Commit

Permalink
UIDATIMP-1319: Error in module after creating new match profile (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna authored Nov 28, 2022
1 parent 3d6677b commit 28bdf7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for ui-data-import

## **5.3.7** (in progress)

### Bugs fixed:
* Fix path for getting identifierTypes when creating new match profile (UIDATIMP-1319)

## [5.3.6](https://github.com/folio-org/ui-data-import/tree/v5.3.6) (2022-11-24)

### Bugs fixed:
Expand Down
5 changes: 3 additions & 2 deletions src/components/MatchingFieldsManager/MatchingFieldsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ import { stripesConnect } from '@folio/stripes/core';
import {
fieldCategoriesConfig,
fieldsConfig,
FIND_ALL_CQL,
HTML_LANG_DIRECTIONS,
MARC_FIELD_CONSTITUENT,
PER_REQUEST_LIMIT,
} from '../../utils';
import { WRAPPER_SOURCE_LINKS } from '../../settings/MappingProfiles/detailsSections/constants';

@injectIntl
@stripesConnect
Expand All @@ -20,7 +21,7 @@ export class MatchingFieldsManager extends Component {
identifierTypes: {
type: 'okapi',
records: 'identifierTypes',
path: WRAPPER_SOURCE_LINKS.IDENTIFIER_TYPES,
path: `identifier-types?limit=${PER_REQUEST_LIMIT}&query=${FIND_ALL_CQL} sortby name`,
},
});

Expand Down

0 comments on commit 28bdf7e

Please sign in to comment.