Status check error and warning summary messages do not make sense on the updater forms

Created on 2 March 2023, over 1 year ago
Updated 21 June 2023, over 1 year ago

Problem/Motivation

Right now we have
\Drupal\automatic_updates\Validation\ValidationResultDisplayTrait::getFailureMessageForSeverity
and \Drupal\automatic_updates\Form\UpdateFormBase::getFailureMessageForSeverity

They have the exact same strings.

Errors

Your site does not pass some readiness checks for automatic updates. It cannot be automatically updated until further action is performed.

Warnings

Your site does not pass some readiness checks for automatic updates. Depending on the nature of the failures, it might affect the eligibility for automatic updates

These messages are suppose to be displayed whenever you are showing the end user status check results. But these results are shown in a few different contexts:

  1. Status report
  2. Most admin pages if you have Cron updates enable and there problems
  3. The beginning Update form, with "update" removed if there are errors
  4. The update continue form, with the "continue" remove if there are errors

We need to change these messages in some contexts.

For instance
On the update continue form if there are warnings

Your site does not pass some readiness checks for automatic updates. Depending on the nature of the failures, it might affect the eligibility for automatic updates

What does "eligibility" mean in this context? What is this suppose to mean the use at this point.

Proposed resolution

See #15.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Version

3.0

Component

Code

Created by

🇺🇸United States tedbow Ithaca, NY, USA

Live updates comments and jobs are added and updated live.
  • Usability

    Makes Drupal easier to use. Preferred over UX, D7UX, etc.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024