Issue #3292933: UpdateREady from also needs to check for updates in themes
Merged
requested to merge issue/automatic_updates-3292933:3292933-updateready-theme-updates into 8.x-2.x
All threads resolved!
Compare changes
Files
3+ 7
− 21
@@ -107,14 +107,14 @@ class UpdateReady extends FormBase {
@@ -107,14 +107,14 @@ class UpdateReady extends FormBase {
$messages[MessengerInterface::TYPE_WARNING][] = $this->t('Possible database updates were detected in the following modules; you may be redirected to the database update page in order to complete the update process.');
@@ -181,20 +181,6 @@ class UpdateReady extends FormBase {
@@ -181,20 +181,6 @@ class UpdateReady extends FormBase {
return $this->stagedDatabaseUpdateValidator->hasStagedUpdates($this->updater, $this->moduleList->get($name));