Issue #332796 by voleger, dww, Steve Dondley, ykhadilkar, Dave Reid,...
Issue #332796 by voleger, dww, Steve Dondley, ykhadilkar, Dave Reid, ankithashetty, Anybody, benjifisher, mstrelan, David_Rothstein, phenaproxima, Bojhan: Add permissions to the update.module to hide warnings
@@ -101,7 +101,13 @@ public function buildForm(array $form, FormStateInterface $form_state) {
'all'=>$this->t('All newer versions'),
'security'=>$this->t('Only security updates'),
],
'#description'=>$this->t('You can choose to send email only if a security update is available, or to be notified about all newer versions. If there are updates available of Drupal core or any of your installed modules and themes, your site will always print a message on the <a href=":status_report">status report</a> page, and will also display an error message on administration pages if there is a security update.',[':status_report'=>Url::fromRoute('system.status')->toString()]),
'#description'=>$this->t(
'You can choose to send email only if a security update is available, or to be notified about all newer versions. If there are updates available of Drupal core or any of your installed modules and themes, your site will always print a message on the <a href=":status_report">status report</a> page. If there is a security update, an error message will be printed on administration pages for users with <a href=":update_permissions">permission to view update notifications</a>.',