-
Notifications
You must be signed in to change notification settings - Fork 102
Create new action controller generation #481
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
Create new action controller generation #481
Conversation
Please fix conflicts |
…-phpstorm-plugin into create-new-action-controller-generation
@VitaliyBoyko I've fixed the conflicts |
{ | ||
/** @var ${FORWARD} $resultForward */ | ||
$resultForward = $this->resultFactory->create(${RESULT_FACTORY}::TYPE_FORWARD); | ||
$resultForward->forward('edit'); |
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.
Did not get why do we need forward 🤔
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.
We expect something like this https://github.com/magento/inventory/blob/1.2-develop/InventoryAdminUi/Controller/Adminhtml/Stock/NewAction.php
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.
@VitaliyBoyko I've changed generated file by your recommendation.
…-phpstorm-plugin into create-new-action-controller-generation
Description (*)
I've implemented:
Contribution checklist (*)