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-215: Added semantic configuration for password related views #88

Merged
merged 3 commits into from
May 5, 2021

Conversation

ViniTou
Copy link
Contributor

@ViniTou ViniTou commented Apr 15, 2021

Question Answer
Tickets IBX-215
Bug fix? no
New feature? yes
BC breaks? no
Tests pass? yes
Doc needed? yes
License GPL-2.0

For reasons unknown, some views were lacking proper semantic configuration and were only configurable thru whole parameter name.

Checklist:

  • Implement tests
  • Coding standards ($ composer fix-cs)

@ViniTou ViniTou added the Doc needed The changes require some documentation label Apr 15, 2021
Copy link
Member

@adamwojs adamwojs left a 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:

@@ -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')
Copy link
Member

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?

Copy link
Contributor Author

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 ;)

@ViniTou ViniTou requested a review from adamwojs April 21, 2021 09:10
@ViniTou ViniTou changed the base branch from master to 2.3 April 29, 2021 07:27
Copy link
Contributor

@tomaszszopinski tomaszszopinski left a 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.

@lserwatka lserwatka merged commit a7570ed into 2.3 May 5, 2021
@lserwatka lserwatka deleted the ibx-215-view-configuration branch May 5, 2021 14:47
@lserwatka
Copy link
Member

Could you merge it up?

@juskora juskora removed the Doc needed The changes require some documentation label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

7 participants