Follow-up from #609128: Dashboard should provide feedback when clicking "Done" after it was discovered that Taxonomy module says Your configuration has been saved.
after its configuration has been saved, while we use The configuration options have been saved.
virtually everywhere else. So let us use The configuration options have been saved.
in taxonomy.admin.inc as well.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | taxonomy_save_message.patch | 1.76 KB | ergonlogic |
| #1 | taxonomy_save_message.patch | 960 bytes | ergonlogic |
Comments
Comment #1
ergonlogicThis ought to do it.
Comment #2
ergonlogicComment #4
ergonlogic#1: taxonomy_save_message.patch queued for re-testing.
Comment #6
Freso commentedHm. It looks like you'll need to
ForumTestCase->doAdminTests()as well, as that expects to see - which is why the test fails. But looking good otherwise. :)Comment #7
ergonlogic@Freso: Thanks for the feedback and pointer. I figured it might be something like that. I see now where qa.drupal.org points to the specific function where the error occurred.
I've now patched the forum test to match the changes in taxonomy.
Comment #8
Freso commentedLooking good. If the test bot's happy, I'm happy. :)
Comment #9
Freso commentedTest bot says go, I say go.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks.