Closed (fixed)
Project:
Taxonomy single tag
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
2 Mar 2012 at 09:25 UTC
Updated:
20 Aug 2012 at 14:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
arhak commentedI would prefer to flag an auxiliary variable to TRUE within the
if (in_array($vid, $vids_single_tag)) {to be checked outside the
foreachthen, perform the
array_unshift($form['#submit'], 'taxonomy_single_tag_submit');only once,rather than being checking each iteration whether the submission handler was already unshifted or not
Comment #2
quotesbro commentedYou're right, the previous patch's code was pretty ugly; I'm attaching a new one.
Comment #3
quotesbro commentedComment #4
arhak commentedI didn't test it, just read it and looks good to go
if you tested it, then commit it
you were granted with repository access
Comment #5
quotesbro commentedcommited: http://drupalcode.org/project/taxonomy_single_tag.git/commit/7c774dd
Comment #6
quotesbro commentedComment #7
arhak commentedgranted with "Administer releases"
so, whenever you feel its time for another relesease..