pallets-eco / pallets-eco/flask-admin
Support use of form_ajax_refs as editable columns in list views
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.6k
- Avg merge
- 6d 14h
- Merged PRs (30d)
- 1
Description
Currently ModelView form fields defined in form_ajax_refs cannot be used as editable columns in list.html views.
To address this, we can implement (this solution).
This will also close:
- #1627
- #2063
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the ModelView form_ajax_refs behavior and the editable-column flow in list.html, then review the linked Stack Overflow solution and issues #1627 and #2063. Done means fields configured through form_ajax_refs can also be used as editable columns in list views without breaking existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flask, python
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100