Issue status update for http://drupal.org/node/31151 Post a follow up: http://drupal.org/project/comments/add/31151 Project: Drupal Version: cvs Component: taxonomy.module Category: tasks Priority: normal Assigned to: drumm Reported by: drumm Updated by: Morbus Iff -Status: patch (ready to be committed) +Status: patch (code needs work) Somewhere along the line, I think "visual feedback when terms were added" was actually REMOVED when the free tagging patch hit core. Consider: you write a node, with free tagging enabled, and you create 10 new terms. Upon successful submission of a node, you get ten messages saying new terms were added. That may be find for an administrator, but I certainly wouldn't want a regular non-admin or non-taxonomy-admin user seeing a message that they've added a new term. Morbus Iff Previous comments: ------------------------------------------------------------------------ Wed, 14 Sep 2005 02:08:31 +0000 : drumm Adding a taxonomy term should trigger a drupal_set_message() so people know somehting happened. ------------------------------------------------------------------------ Wed, 14 Sep 2005 17:25:27 +0000 : Souvent22 Drumm, I have it fixed/patched, but before I post, we got some options: Current way is that after adding a term, it stays on the "add terms" page.... So... A) After adding, take me back to add terms for another one. B) After adding, take me back to my list of terms for that vocab. C) Give me a check box that says "Add another after sumbission" During SAT's, they always said B was the right answer...or was it C..hmm....ideas suggestions? ------------------------------------------------------------------------ Wed, 14 Sep 2005 17:31:40 +0000 : m3avrck I would say go with B. That is the general behavior in the rest of Drupal, might as well be consistent. And the checkbox doesn't help that much... extra click (I'm assumed off by default) and the user can just click 'add' again anywho. ------------------------------------------------------------------------ Wed, 14 Sep 2005 17:32:42 +0000 : Souvent22 Attachment: http://drupal.org/files/issues/terms.patch (943 bytes) B it is. ------------------------------------------------------------------------ Thu, 15 Sep 2005 14:07:19 +0000 : m3avrck Attachment: http://drupal.org/files/issues/terms_0.patch (943 bytes) Tested patch, definetly improves usability of taxonomy module and adding terms. Before, it wasn't clear if a term was added or not. This also makes adding a term more consistent with how the rest of Drupal works (e.g., taking you back to the main add term page instead of a blank form wondering what just happened). Fixed coding style of patch. Ready to go.