-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIPQB-162: Errors when query includes a modified custom field #200
Conversation
# Conflicts: # CHANGELOG.md # src/QueryBuilder/QueryBuilder/QueryBuilderModal/QueryBuilderModal.js # src/QueryBuilder/QueryBuilder/QueryBuilderModal/RepeatableFields/RepeatableFields.js
message: ( | ||
<FormattedMessage | ||
id="ui-plugin-query-builder.warning.deletedField" | ||
values={{ value: deletedFields.join(',') }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use intl.formatList(...)
here, it will add commas (or other separators) and and
, etc, as needed based on # of items and user locale
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ncovercash , fixed! Thanks for that idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left comment
@ncovercash , @vashjs added screencast of implementation |
Quality Gate passedIssues Measures |
https://folio-org.atlassian.net/browse/UIPQB-162
Here we added a warning toast for deleted fields.
Screen.Recording.2024-12-20.at.14.10.26.mov