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

SortableTabularInline does not work with django-mptt tree #155

Closed
semente opened this issue Sep 24, 2013 · 5 comments
Closed

SortableTabularInline does not work with django-mptt tree #155

semente opened this issue Sep 24, 2013 · 5 comments

Comments

@semente
Copy link

semente commented Sep 24, 2013

Is there someway to have tree support to SortableTabularInline?

Thanks.

@darklow
Copy link
Owner

darklow commented Sep 25, 2013

What do you mean by "does not work"?
Are you talking about bug #146 (fixed in develop branch) or something else?

@semente
Copy link
Author

semente commented Sep 25, 2013

Hi, it is not related to #146... Sorry in not giving you better details about my problem.

I would have similar functionality of tree models, but on TabularInline. I mean in having indentation and proper ordering as in change_list views on inline items.

@darklow
Copy link
Owner

darklow commented Sep 27, 2013

Sorry, i am still not 100% clear of what you requested.
You want your inlines not just have order, but also indentation and hierarchy? If so, does django-mptt event support this? If it does, could you give me a screenshot how does it look like in original admin and model and inline class definition examples?
Thank you

@semente
Copy link
Author

semente commented Sep 27, 2013

Exactly! I would have indentation and hierarchy on inlines. :-)

MPTT seems not support it, at least there is no documentation related to that. Should I report this bug first on MPTT?

Thanks.

@darklow
Copy link
Owner

darklow commented Sep 27, 2013

Well i think that is a quite extreme feature and i think neither Django admin or mptt-tree supports that.
But you can ask for such a feature in django-mptt issues.

@darklow darklow closed this as completed Sep 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants