Download & Extend

Taxonomy admin page ... need feedback when saving

Project:Drupal core
Version:7.x-dev
Component:user interface text
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)
Issue tags:Novice

Issue Summary

On admin/structure/taxonomy/1/list, if someone uses drag-and-drop to rearrange their vocabularies, then saves, there is no feedback message.

A drupal_set_message() should display a feedback message such as "Configuration saved."

This also affects the tags page, e.g. admin/structure/taxonomy/1/list (should it be a separate issue?)

This is v. similar to #609108: Menu admin page should say something when you save

Comments

#1

Priority:normal» minor
Issue tags:+ui-text

#2

Component:taxonomy.module» user interface text
Issue tags:-ui-text

Let's use this component rather than the tag. There are lots of other issues like this categorized this way.

#3

Status:active» needs review

Attached is a patch which adds an if check and drupal_set_message() to submit handler of terms overview form (admin/structure/taxonomy/%tid) and vocabularies overview form (admin/structure/taxonomy), prints message like "Your configuration has been saved." when there are one or more changed items.

The same behavior exists in d6 so the patch need to be backported.

AttachmentSizeStatusTest resultOperations
620592_taxonomy_admin_page_feedback.patch1.45 KBIdlePassed on all environments.View details

#4

Rerolled #3 patch with appropriate variable name.

AttachmentSizeStatusTest resultOperations
620592_taxonomy_admin_page_feedback.patch1.44 KBIdlePassed on all environments.View details

#5

There is an another usability issue with Taxonomy admin page #641314: Taxonomy term form being rebuilt even after final submit, dropping the link here to get your attention.

#6

HI sivaji, applied the patch and it works great. If someone else with a codey background can also review and approve, we can get this RTBC'd...

#7

To me, the $is_changed check feels unnecessary. Even if nothing was changed, it is useful to give a status message, IMO.

#8

+1 for #7. Re-rolled patch displays status message without any check.

AttachmentSizeStatusTest resultOperations
620592_taxonomy_admin_page_feedback.patch810 bytesIdlePassed on all environments.View details

#9

Status:needs review» fixed

Awesome, thank you! :)

Committed to HEAD.

Any chance I could persuade you to look at #609108: Menu admin page should say something when you save while you're here? :D

#10

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here