Skip to content

Commit

Permalink
Merge branch 'UIREQ-948' of https://github.com/folio-org/ui-requests
Browse files Browse the repository at this point in the history
…into UIREQ-948
  • Loading branch information
KetineniM committed Jul 7, 2023
2 parents e3815c5 + e477cc6 commit 4345a46
Show file tree
Hide file tree
Showing 12 changed files with 798 additions and 50 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
* Added requestDate token. Refs UIREQ-962.
* Update `request-storage` okapi interface to `6.0` version. Refs UIREQ-963.
* UI tests replacement with RTL/Jest for src/PatronBlockModal.js. Refs UIREQ-878.
* Create Jest/RTL test for RequestsFiltersConfig.js. Refs: UIREQ-938
* Create Jest/RTL test for RequestsFiltersConfig.js. Refs UIREQ-938.
* Create Jest/RTL test for SortableList.js. Refs UIREQ-941.
* create Jest/RTL test for draggableRowFormatter.js, Refs UIREQ-942
* Create Jest/RTL test for draggableRowFormatter.js. Refs UIREQ-942.
* UI tests replacement with RTL/Jest for src/UserDetail.js. Refs UIREQ-881.
* TLR: "Create title level request" checkbox not preselected on "New request" page. Refs UIREQ-955.
* Do not publish test artifacts to NPM. Refs STRIPES-865.
* Create Jest/RTL test for NoteViewRoute.js Refs: UIREQ-945.
* Create Jest/RTL test for NoteViewRoute.js. Refs UIREQ-945.
* Cover ItemInformation by jest/RTL tests. Refs UIREQ-949.
* Cover InstanceInformation by jest/RTL tests. Refs UIREQ-950.
* Fix inconsistency in RTL/Jest tests. Refs UIREQ-979.

## [8.0.2](https://github.com/folio-org/ui-requests/tree/v8.0.2) (2023-03-29)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v8.0.1...v8.0.2)
Expand Down
3 changes: 2 additions & 1 deletion src/components/InstanceInformation/InstanceInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {

import css from '../../requests.css';

const INSTANCE_SEGMENT_FOR_PLUGIN = 'instances';
export const INSTANCE_SEGMENT_FOR_PLUGIN = 'instances';

class InstanceInformation extends Component {
static propTypes = {
Expand Down Expand Up @@ -183,6 +183,7 @@ class InstanceInformation extends Component {

return (
<Field
data-testid="instanceHridField"
key={key}
name={REQUEST_FORM_FIELD_NAMES.INSTANCE_HRID}
validate={this.validate(REQUEST_FORM_FIELD_NAMES.INSTANCE_HRID, key)}
Expand Down
Loading

0 comments on commit 4345a46

Please sign in to comment.