-
Notifications
You must be signed in to change notification settings - Fork 27
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
EZP-31021: Revised exception and command messages #328
EZP-31021: Revised exception and command messages #328
Conversation
@@ -75,7 +75,7 @@ public function theSelectFieldShouldBeFlaggedAsRequired() | |||
'required', | |||
$nodeElement->getAttribute('required'), | |||
sprintf( | |||
'select with id %s is not flagged as required', | |||
'The select with ID %s is not flagged as required', |
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.
what selected?
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.
This refers to a select
element in a form
Co-Authored-By: MagdalenaZuba <[email protected]>
Co-Authored-By: Michal Milc <[email protected]>
Please let me know when this gets merged because I have to move those changes to content-forms and admin-ui. |
Failing tests are unrelated. |
EZP-31021
Main PR: ezsystems/ezpublish-kernel#2878