cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Open Source 2.3.5-p1 - Stop notification & Non-composer method to apply patch

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
3 REPLIES 3

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:

  1. Using your admin account to log in to Magento 2.
  2. In the left sidebar, you will see the Store section. Click on it and then go to Settings > Configuration.
  3. 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.
  4. Under the Disable Modules Output, you will see Magento_AdminNotification extension which is installed on your store.
  5. Choose Disable.
  6. Then, click on the Save Config button.
  7. 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!

Problem solved? Click Accept as Solution!

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.

Marcus | LitExtension Expert
Shopping Cart Migration Service

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.

2.JPG



---------------

“The definition of insanity is doing the same thing over and over again, but expecting different results.” - Albert Einstein