Skip to content
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

IBX-8671: Missing notification text when removing required field #1319

Merged

Conversation

lucasOsti
Copy link
Contributor

🎫 Issue IBX-8671

Description:

For QA:

Documentation:

@lucasOsti lucasOsti changed the base branch from main to 4.6 August 7, 2024 09:54
@lucasOsti lucasOsti force-pushed the IBX-8671-Missing-notification-text-when-removing-required-field branch from 1e8926c to 3b80170 Compare August 7, 2024 09:54
@lucasOsti lucasOsti added Bug Something isn't working Ready for review labels Aug 7, 2024
throw Error(response.statusText);
const Translator = getTranslator();
const defaultErrorMsg = Translator.trans(
/*@Desc("Something went wrong. Try to refresh the page or contact you administrator.")*/ 'error.request.default_msg',
Copy link
Contributor

@mikadamczyk mikadamczyk Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/*@Desc("Something went wrong. Try to refresh the page or contact you administrator.")*/ 'error.request.default_msg',
/*@Desc("Something went wrong. Try to refresh the page or contact your administrator.")*/ 'error.request.default_msg',

We have two "administrator" spelling variants, with lower and upper case letters. Is this whole phrase correct? @juskora

Copy link

@dew326 dew326 merged commit 90b58ca into 4.6 Aug 12, 2024
28 checks passed
@dew326 dew326 deleted the IBX-8671-Missing-notification-text-when-removing-required-field branch August 12, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working QA approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants