[Improvement] Implement customer group form on ui component#13887
[Improvement] Implement customer group form on ui component#13887simpleadm wants to merge 4 commits intomagento:2.3-developfrom
Conversation
|
Hi @simpleadm thank you for this improvement. We will start review process now |
|
Please pay attention about backward compatibility in save controller and let me know if it should be fixed. And what about integration tests for it? |
|
Hi @simpleadm |
okorshenko
left a comment
There was a problem hiding this comment.
Please, fix broken tests
|
Hi @simpleadm , any updates? |
|
Hi @sidolov , |
|
Hi @simpleadm , thanks for the information! |
|
Sorry, hope to start this task on current week :( |
|
Hi @simpleadm , do you have some update? |
|
@simpleadm , I am closing this PR now due to inactivity. |
Description
Several versions ago backend form widgets (
\Magento\Backend\Block\Widget\Form) were marked asdeprecated in favour of UI component implementation. This PR refactors customer group form to use UI components. Also was added "Save and Continue Edit" button.
At least it will save time of third party developers who needs to extend customer groups form :)
Customer group grid was implemented in scope of #13501
Manual testing scenarios
Before changes:

After changes:

Contribution checklist