-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
System information error when error is fixed but page wasn't refreshed #919
Comments
Thanks for reporting this bug. I've opened up MAGETWO-32969 internally to track and resolve the issue. |
Hi @snky1987, thank you for spending time and efforts trying to make Magento 2 better! The M2 development team has reviewed this issue and evaluated the changes you are proposing. There are a few things we'd like to ask you to kindly address before we merge in your commits:
Again, we really appreciate your time and efforts, and we are looking forward to accepting your contribution! |
Also we encourage use of Dependency Injection wherever possible instead of using objectManager directly:
and then
|
@snky1987 Did you get a chance to look at the suggested code changes for your PR? |
@anupdugar Hi, I will today. Recently i had too much work with eBay service in AngularJS |
No problem @snky1987. Feel free to get back if you need any inputs or have any suggestions or recommendations. |
Hi @snky1987, we haven't heard back from you for quite some time. To avoid closure of this issue, can you update us by end of this week? |
Closing this issue since the PR is being tracked in #922. |
Re-opening this since #922 was closed. |
The M2 dev team has already taken in the commits from @snky1987 and applied the recommended changes from the comments above. The internal ticket has been closed and merged into mainline codebase. |
@snky1987, wait for update public repository. We will inform you when fix is available. |
…but page wasn't refreshed #919 - Rephrased the notice message content per feedback from product management - Changed the severity level of default message to be "Notice" - Replaced usages of object manager with dependency injections - Code style changes
@snky1987, this is now resolved in 0.74.0-beta1. Thank you again for submitting this issue. Feel free to reach out to us should you have any questions. |
Stories: - MAGETWO-65181: Remove serialize/unserialize in \Magento\Framework\Unserialize\Unserialize - MAGETWO-65183: Remove serialize/unserialize in \Magento\Framework\Acl\Cache
When you open admin panel in few windows and you do the change in the layout then system throws System Message about invalidated cache.
Then, when you fix this issue in a new window and don't refresh the old one you will still see a bar about system error but when you click on it there is no message in a pop up.
I believe it would be worth to throw a message like "All system warning have been fixed. Please refresh the page" or similar. Just in case as empty message looks a bit suspicious.
Screen prove: http://prntscr.com/5p48py
The text was updated successfully, but these errors were encountered: