Skip to content

Commit

Permalink
Merge branch 'master' into UIPQB-48
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
vashjs committed Sep 22, 2023
2 parents 1b8fb74 + 024edb4 commit 3c7f11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
* [UIPQB-49](https://issues.folio.org/browse/UIPQB-49) Jest-related deps are used in development only.
* [UIPQB-52](https://issues.folio.org/browse/UIPQB-52) *BREAKING* bump `react-intl` to `v6.4.4`.
* [UIPQB-45](https://issues.folio.org/browse/UIPQB-45) Query builder dies when certain characters are used in combination with regex operators.
* [UIPQB-46](https://issues.folio.org/browse/UIPQB-46) Incorrect text when no options available in the query builder's search bar.
* [UIPQB-50](https://issues.folio.org/browse/UIPQB-50)Add 'in-progress' handling to plugin-query-builder
* [UIPQB-48](https://issues.folio.org/browse/UIPQB-48) "Show columns" dropdown doesn't fit in the screen.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const RepeatableFields = ({ source, setSource, getParamsSource, columns }
<Col sm={4} className={css.rowCell}>
<Selection
id={`field-option-${index}`}
emptyMessage={<></>}
placeholder={intl.formatMessage({ id: 'ui-plugin-query-builder.control.selection.placeholder' })}
dataOptions={row.field.options}
value={row.field.current}
Expand Down

0 comments on commit 3c7f11a

Please sign in to comment.