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

rjerome’s picture

Status: Active » Fixed

Adding the following line after line 110 in biblio.import.export.inc produces the desired ordering...

        $form['import_taxonomy']['vocabulary'. $i]['#weight'] = $vocabulary->weight;
john bickar’s picture

Well. That was quick.

Thanks Ron!

rjerome’s picture

Status: Fixed » Closed (fixed)

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