Problem/Motivation
There's no page title on the module uninstall page.
Proposed resolution
Add a title (and a test).
Remaining tasks
Review and commit. :)
User interface changes
Page title where one was absent.
API changes
n/a
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupal.uninstall_page_title.2203115.patch | 1.26 KB | traviscarden |
| #1 | drupal.uninstall_page_title.2203115.test-fail.patch | 846 bytes | traviscarden |
Comments
Comment #1
traviscarden commentedAttached is a patch that sets the page title to "Uninstall" and a patch that tests for it. Also attached is a patch with only the (failing) test.
Comment #3
traviscarden commentedOf course, the test-only patch was meant to fail. (Did I attach the files in the wrong order?)
Comment #4
longwaveComment #5
webchickCommitted and pushed to 8.x. Thanks!