-
-
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
Replace Magento Notifications #683
Comments
Proposal: Create own notification rss in https://github.com/OpenMage/OpenMage.github.io to inform user. Alternative: Remove AdminNotification at all |
After adobe has bought magento, the notifications feel like shitty newsletters with useless information about migration service for magento 2. I'm also happy if we change something on the notification system. Now i've disabled the notification rss update via local.xml on my production instance: <adminhtml>
<events>
<controller_action_predispatch>
<observers>
<adminnotification>
<type>disabled</type>
</adminnotification>
</observers>
</controller_action_predispatch>
</events>
</adminhtml> |
doing it as part of the website sounds ok, but would do it in a separate repository to have a better access-controll and more strict rules. Another point is, would we want to use this for tracking installs? Doing it via github pages would prevent this for now, as we do not have access to the access.log, so this would be good if we definitely do not want to track it over this. |
👍
👍
If so, we should offer an opt-out |
I started the Repository https://github.com/OpenMage/Web_Notifications Will need to look in which format we need to provide the Feed, to prepare the template accordingly. |
Just noticed in my test environment that the feed URL triggers a 301 redirect and throws an error in my magento system.log
|
indeed, reason is probably OpenMage/OpenMage.github.io@fea9d0f from @LeeSaferite i guess we should either update the url, or allow following redirects(is this possible?) |
Is the notification really needed? I've always felt (with all the stores I've worked on) that it was just "in the way" and nobody ever paid attention to those notifications. Most of the stuff is handled by developers/consultants which almost never use the backend... Same goes for both adobe's notification and 3rd party modules notifications. In my opinion it would be better to disable/remove the feature. |
Partly done in #994 |
This was managed, although not completely, in #994 so, since we've no update since 1.5years, I'm closing this one. |
magento-lts/app/code/core/Mage/AdminNotification/etc/config.xml
Line 94 in 9f9a99b
The text was updated successfully, but these errors were encountered: