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

Request for Enhanced Documentation on Overriding ajax_update in Flask-Admin #2401

Open
FrancescoGalasso opened this issue Dec 4, 2023 · 0 comments

Comments

@FrancescoGalasso
Copy link

FrancescoGalasso commented Dec 4, 2023

I am writing to address an issue with the ajax_update(*args, **kwargs) as described in the Flask-Admin documentation. The current description does not provide clear guidance on overriding this method for instance-specific behaviors.

In practice, I attempted to modify the ajax_update to alter the editing behavior of an editable column in my list view. However, all my attempts resulted in a POST request returning a 404 error, indicating a disconnect between the documentation and practical implementation.

Could the documentation be updated to include more technical details and guidance on how to successfully override the ajax_update method for custom behaviors in list view editing? Such an update would be immensely beneficial for developers seeking to customize this aspect of Flask-Admin.

Thank you for considering this request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants