Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add drag-and-drop support #2

Open
cyberbudy opened this issue May 9, 2018 · 5 comments
Open

Add drag-and-drop support #2

cyberbudy opened this issue May 9, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@cyberbudy
Copy link

cyberbudy commented May 9, 2018

Would be a nice feature to change tree in the changelist view with just drag-and-drop

Fund with Polar
@fabiocaccamo fabiocaccamo added the enhancement New feature or request label May 9, 2018
@fabiocaccamo fabiocaccamo changed the title drag-and-drop Add drag-and-drop support May 9, 2018
@ghost
Copy link

ghost commented Sep 22, 2018

Yes, it's hard to change the order of items without it.

@fabiocaccamo fabiocaccamo self-assigned this Mar 3, 2020
@fabiocaccamo fabiocaccamo mentioned this issue Mar 9, 2021
@fabiocaccamo fabiocaccamo added the help wanted Extra attention is needed label Nov 6, 2021
@fabiocaccamo fabiocaccamo removed the help wanted Extra attention is needed label Feb 1, 2024
@raagin
Copy link

raagin commented Jun 18, 2024

Hi, Fabio! Thanx for your work. What the status of this issue? And how can I even change the order of the nodes?

@fabiocaccamo
Copy link
Owner

fabiocaccamo commented Jun 18, 2024

@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.

@raagin
Copy link

raagin commented Jun 18, 2024

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()

@fabiocaccamo
Copy link
Owner

@raagin sorry, I was wrong, I meant the "priority" field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants