Issue #3262587: Show warnings when starting an update
1 unresolved thread
Merge request reports
Activity
31 32 $this->t('Your site does not pass some readiness checks for automatic updates. It cannot be automatically updated until further action is performed.'); 32 33 } 33 34 35 /** 36 * Returns the overall severity for a set of validation results. 37 * 38 * @param \Drupal\package_manager\ValidationResult[] $results 39 * The validation results. 40 * 41 * @return int 42 * The overall severity of the results. Will be be one of the 43 * SystemManager::REQUIREMENT_* constants. 44 */ 45 protected function getOverallSeverity(array $results): int { added 1 commit
- b931df29 - Try invalidating container AND rebuilding it
added 1 commit
- 18556bb8 - Revert "Try invalidating container AND rebuilding it"
Please register or sign in to reply