Skip to content

Commit b716b95

Browse files
authored
Prepared search column filter (#3354)
* prepared `search` column filter * Apply eslint-fixer changes * Automatic frontend build * added sonar fixes * Apply eslint-fixer changes * Automatic frontend build * fixed merge * Apply eslint-fixer changes * Automatic frontend build --------- Co-authored-by: Corepex <16717695+Corepex@users.noreply.github.com>
1 parent 023ef01 commit b716b95

748 files changed

Lines changed: 30018 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/js/src/core/modules/quantity-value/quantity-value-container.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const QuantityValueContainer = (): React.JSX.Element => {
6969
}
7070
}), [currentPage, pageSize, filter, sorting])
7171

72-
const { data, isLoading, isFetching, error, refetch } = useUnitQuantityValueUnitsCollectionQuery(queryArgs)
72+
const { data, isLoading, isFetching, error, refetch } = useUnitQuantityValueUnitsCollectionQuery(queryArgs, { refetchOnMountOrArgChange: true })
7373

7474
const handleRefetch = (): void => {
7575
void refetch().catch(() => {
@@ -212,7 +212,7 @@ export const QuantityValueContainer = (): React.JSX.Element => {
212212
<Toolbar
213213
justify='space-between'
214214
margin={ {
215-
x: 'mini',
215+
x: 'extra-small',
216216
y: 'none'
217217
} }
218218
theme='secondary'
@@ -232,7 +232,7 @@ export const QuantityValueContainer = (): React.JSX.Element => {
232232
setFilter(value)
233233
setCurrentPage(1)
234234
} }
235-
placeholder="Search"
235+
placeholder={ t('quantity-values.search') }
236236
withPrefix={ false }
237237
withoutAddon={ false }
238238
/>

public/build/2871a355-1bdc-40d9-8952-4171c3c238c0/documentEditorIframe.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/2871a355-1bdc-40d9-8952-4171c3c238c0/entrypoints.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/2871a355-1bdc-40d9-8952-4171c3c238c0/exposeRemote.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/2871a355-1bdc-40d9-8952-4171c3c238c0/main.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/2871a355-1bdc-40d9-8952-4171c3c238c0/manifest.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/2871a355-1bdc-40d9-8952-4171c3c238c0/mf-manifest.json

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/2871a355-1bdc-40d9-8952-4171c3c238c0/mf-stats.json

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)