Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
14 Apr 2008 at 03:42 UTC
Updated:
15 May 2008 at 03:41 UTC
Jump to comment: Most recent file
The module names are labels for the checkboxes that they relate to on the admin/build/modules page, but not on the admin/build/modules/uninstall page.
This creates a somewhat inconsistent interface that lacks a useful feature.
The patch included is quite simple and fixes the missing label issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | modules_uninstall_label.patch | 904 bytes | senpai |
| #1 | modules_uninstall_label.patch | 946 bytes | boombatower |
| modules_uninstall_label.patch | 940 bytes | boombatower |
Comments
Comment #1
boombatower commentedUpdated for dot coding standard change.
Comment #2
senpai commentedChanging the title due to spelling error.
Comment #3
boombatower commented@Senpai: Hehe...typo...thanks.
Any comments...really simple patch...not a lot to discuss. Hoping for a yeh or neh and commit.
Comment #4
senpai commentedTested on D7 HEAD, and working as intended. RTBC this baby! I like the idea, and consistency in HTML output is always a good thing.
One thing though. Never submit a patch for core that includes the Eclipse commenting at the top. It won't apply for anyone else unless they've used the same name for their core installation. Patch re-rolled.
Comment #5
dries commentedGood catch. How did you spot that?
Committed to CVS HEAD. Thanks.
Comment #6
boombatower commentedI was enabling and un-installing a module to test the install hook and noticed that clicking on the text didn't work. Having a bug in the install hook of the module I was messing with turned out to find an unrelated bug. :)
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.