Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Allow models to be edited directly from the index listing #3966

Closed
tabias opened this issue Oct 24, 2017 · 3 comments
Closed

Allow models to be edited directly from the index listing #3966

tabias opened this issue Oct 24, 2017 · 3 comments

Comments

@tabias
Copy link

tabias commented Oct 24, 2017

I'm migrating away from django-cms and am using a lot of list_editable admin content (originally from django itself).

Sadly I can't seem to reproduce this in wagtail.

If someone could put me on the right way to implement this I could generate a pull request as such.

@gasman gasman added this to the some-day milestone Oct 25, 2017
@gasman gasman changed the title list_editable Allow models to be edited directly from the index listing Oct 25, 2017
@gasman
Copy link
Collaborator

gasman commented Oct 25, 2017

Unfortunately I suspect this will be a very substantial task - list_editable is a feature of Django's admin module, which django-cms is built on top of, but Wagtail isn't. You'd need to investigate how it's implemented in django.contrib.admin, and see how to re-implement the same thing in Wagtail's listing views (wagtail.wagtailadmin.views.pages, wagtail.wagtailsnippets.views and various others).

You may well find that the concept doesn't translate directly to how Wagtail works - for example, Wagtail allows a user to have edit permissions over specific subsections of the page tree, so it's possible that a page listing could contain some entries that are editable and some that aren't. Given the scope of the change, I'd suggest writing up a detailed specification as an RFC: https://github.com/wagtail/rfcs

@tabias
Copy link
Author

tabias commented Oct 30, 2017

ok, I'll put it on my todo list for rfcs. Tnx for the quick response.

@gasman gasman removed this from the some-day milestone Mar 30, 2022
@thibaudcolas
Copy link
Member

I’m in agreement with @gasman on this, so will convert this to a Discussion now. It’d be an interesting feature for sure, but would require enough thought to warrant an RFC (or at the very least, way more discussion).

@wagtail wagtail locked and limited conversation to collaborators Dec 22, 2023
@thibaudcolas thibaudcolas converted this issue into discussion #11377 Dec 22, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

3 participants