Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2013 at 16:09 UTC
Updated:
20 Jun 2023 at 15:59 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
benbon commentedThanks for this info
Comment #2
Stevel commentedThis patch should fix that behavior by adding the 'messages' class to the div.
Comment #3
poker10 commentedTested this manually and it works great, thanks! Moving to RTBC.
If someone else want to test this manually, the fastest way is to define an empty hook_update_N() in one module .install file, then add a hook_update_dependencies() to the same .install file and require a non-existing update from other module. Like this:
Then the update.php will display the dependency warning like the one in the IS. After applying the patch the warning is readable again.
Comment #5
mcdruid commentedThanks everyone!