Closed (fixed)
Project:
Location Taxonomize
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Dec 2011 at 15:21 UTC
Updated:
6 Feb 2012 at 21:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
goron commentedI like the idea. Will work on this soon.
Comment #2
cbeier commentedIn a project I have it implemented, spontaneously and "dirty". However, even without settings options. Actually, it is sufficient to reverse the $tids array.
Comment #3
goron commentedComment #4
goron commentedThanks for the patch. I committed this in -dev. New release coming soon!
Comment #5
cbeier commentedJust as I see it is that the array_reverse() is only executed when the bulk import is running. And not event when a single location record is edited. This could result in a chaos in the taxonomy. Or is see that wrong?
Comment #6
goron commentedoops, thanks for catching that! That could have made a lot of mess.
Fixed it.
Comment #7
hutch commentedGreat! I can stop scratching my head now ;-)