Closed dwreeves closed 3 years ago
We want to be able to turn off/on the manual overrides by reach OR all the boathouses at once, using a batch job: https://stackoverflow.com/questions/35852255/flask-admin-batch-action-with-form
Separately but relatedly, we also want to be able to filter by reach: https://flask-admin.readthedocs.io/en/latest/_modules/flask_admin/contrib/sqla/filters/
I got this
If I run the example from the flask-admin git repo, I can see filter examples
We want to be able to turn off/on the manual overrides by reach OR all the boathouses at once, using a batch job: https://stackoverflow.com/questions/35852255/flask-admin-batch-action-with-form
Separately but relatedly, we also want to be able to filter by reach: https://flask-admin.readthedocs.io/en/latest/_modules/flask_admin/contrib/sqla/filters/