Active
Project:
Taxonomy Manager
Version:
8.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2018 at 17:14 UTC
Updated:
18 Dec 2018 at 16:44 UTC
Jump to comment: Most recent
Comments
Comment #2
david radcliffe commentedI would also like this feature. I have a taxonomy with 735 terms, and I am not able to reorder the terms in the UI.
In my case, since I had originally added the terms in the correct order, I was able to solve the problem by setting the weight equal to the term id, via the following SQL query:
update taxonomy_term_field_data set weight=tid;But there ought to be a quick and convenient way to reorder large taxonomies in the UI.