Download & Extend

Order Vocabularies by Weight on Import Screen(s)

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

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;

#2

Well. That was quick.

Thanks Ron!

#3

#4

Status:fixed» closed (fixed)

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

nobody click here