-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
1095 remove notification survey block #1267
1095 remove notification survey block #1267
Conversation
Without composer.json and captainhook.json, it's ready? and #1268 can be closed? |
#1268 has v20 as target branch. Will update both PR |
<type="adminhtml/notification_survey" name="notification_survey" template="notification/survey.phtml"/> closes #1095
@luigifab Files removed, merge conflict solved |
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.
Just a note, the entry admin_notification_survey
in table core_flag
will become a ghost when updating existing OM.
Remove block in adminhtml template:
<type="adminhtml/notification_survey" name="notification_survey" template="notification/survey.phtml"/>
Remove survey related code
Remove survey related translation
After merging, in adminhtml should be no more survey block
closes #1095