Open cyberbudy opened 6 years ago
Yes, it's hard to change the order of items without it.
Hi, Fabio! Thanx for your work. What the status of this issue? And how can I even change the order of the nodes?
@raagin thank you!
Unfortunately I've not time to work on new features at the moment.
For changing the order, you have to edit the int value of the order field in the admin changelist.
Than you for answer!
For changing the order, you have to edit the int value of the order field in the admin changelist.
But i see that order it is not a field in TreeNodeModel @property def order(self): return self.get_order()
@raagin sorry, I was wrong, I meant the "priority" field.
Would be a nice feature to change tree in the changelist view with just drag-and-drop