- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento Open Source 2.3.5-p1 - Stop notification & Non-composer method to apply patch
Hello,
I'm getting this notice whenever I log into my Admin Dashboard.
"Magento Open Source 2.3.5-p1 delivers important security updates and features"
Can I stop this from showing everytime?
How to apply this?
Most search results asked to run composer commands, but I'm unsure whether the site was originally installed via Composer method.
Wont the simple magento setup:upgrade work for applying patch?
---------------
“The definition of insanity is doing the same thing over and over again, but expecting different results.” - Albert Einstein
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Open Source 2.3.5-p1 - Stop notification & Non-composer method to apply patch
Hi @Shailesh G
Please follow these steps to stop notification of admin:
- Using your admin account to log in to Magento 2.
- In the left sidebar, you will see the Store section. Click on it and then go to Settings > Configuration.
- When you have finished the above step, you will see a section called Advanced in the panel on the left side. Expand it and choose Advanced which is under that section.
- Under the Disable Modules Output, you will see Magento_AdminNotification extension which is installed on your store.
- Choose Disable.
- Then, click on the Save Config button.
- Finally, clear the cache.
You can also disable module by using following command:
php bin/magento module:disable -f Magento_AdminNotification
If issue resolve, please click on 'Kudos' & Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Open Source 2.3.5-p1 - Stop notification & Non-composer method to apply patch
Hi @Shailesh G,
You can use the following command to disable the admin notification:
php bin/magento module:disable -f Magento_AdminNotification
Let me know if you need further assistance.
Hope it helps!
_____________
If issue solved, Click Kudos & Accept as Solution.
Shopping Cart Migration Service
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Open Source 2.3.5-p1 - Stop notification & Non-composer method to apply patch
Hi,
Could not find Advanced section Under Advanced Dropdown.
---------------
“The definition of insanity is doing the same thing over and over again, but expecting different results.” - Albert Einstein