Posted by John Bickar on August 27, 2009 at 11:34pm
Jump to:
| Project: | Bibliography Module |
| Version: | 6.x-1.6 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
On the Biblio import pages (admin/settings/biblio/import and biblio/import/form), it would be nice to have the vocabularies ordered by weight (as defined at admin/content/taxonomy) under "Taxonomy Settings".
I will take a look at the code and see if I can offer a patch.
Comments
#1
Adding the following line after line 110 in biblio.import.export.inc produces the desired ordering...
$form['import_taxonomy']['vocabulary'. $i]['#weight'] = $vocabulary->weight;#2
Well. That was quick.
Thanks Ron!
#3
Committed http://drupal.org/cvs?commit=257258
#4
Automatically closed -- issue fixed for 2 weeks with no activity.