-
Notifications
You must be signed in to change notification settings - Fork 11
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-215: Added semantic configuration for password related views #88
Conversation
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.
Final review after providing tests coverage, but at the current PR state:
src/bundle/DependencyInjection/Configuration/Parser/ResetPassword.php
Outdated
Show resolved
Hide resolved
src/bundle/DependencyInjection/Configuration/Parser/ForgotPassword.php
Outdated
Show resolved
Hide resolved
@@ -31,8 +31,8 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) | |||
->scalarNode('form') | |||
->info('Template to use for change password form rendering.') | |||
->end() | |||
->scalarNode('confirmation') | |||
->info('Template to use for change password confirmation rendering.') | |||
->scalarNode('success') |
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.
Is it intentional BC break?
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.
I would say this is not BC break as user_change_password.templates.confirmation
parameter was never used ;)
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.
QA approved Ibexa-DXP 3.3.2-dev with diff.
Could you merge it up? |
For reasons unknown, some views were lacking proper semantic configuration and were only configurable thru whole parameter name.
Checklist:
$ composer fix-cs
)