Flask-AppBuilder
Flask-AppBuilder copied to clipboard
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome...
### Description Similar to https://github.com/dpgaspar/Flask-AppBuilder/pull/1747 but fixes AuthRemoteUserView ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Is CRUD MVC related. - [*] Is Auth, RBAC security...
### Description Currently epub and pdf format downloads are not available on [flask-appbuilder.readthedocs.org](https://flask-appbuilder.readthedocs.io/en/latest/). This PR tries to enables these formats. I created a test project on RTD, so far it...
### Description fixes a regression where `search_exclude_columns` defined for the related field that binds two `ModelViews` would not assume the related value for edit and add forms. ### ADDITIONAL INFORMATION...
### Environment Flask-Appbuilder version: 4.1.3 ### Describe the expected results I extended the example "quickhowto" by excluding the field "contact_group" from search. class ContactModelView(ModelView): datamodel = SQLAInterface(Contact) ... search_exclude_columns =...
### Environment Flask-Appbuilder version: 4.1.1 ### Expected results I'd like to define an action in MyViewA (I followed this [doc](https://flask-appbuilder.readthedocs.io/en/latest/actions.html) ) to filter another view MyViewB. To create the filter...
I want to change a modelview column labels dynamic. I use a table to save the column labels. And in mymodelview class, I use a method to get them like...
Hi. I am working **Apache Superset** project which is fully developed on **Flask framework**. In mu current scenario, We are only storing the user details and with public role for...
I get error in flask version 4.1.0. When running this command flask fab create-admin after gives all information and run, its give me error. Value is not a String. This...
Hello, Sorry this isn't an issue as such, but we are looking to try and deploy Airflow that uses FAB and have had a bit of an issue with using...
Currently the email field on the user model is set to be unique: https://github.com/dpgaspar/Flask-AppBuilder/blob/e0e94acbfcea23866560454ce12fe7204472496d/flask_appbuilder/security/sqla/models.py#L102 This poses an issue for us as we are developing for a multi-tenant environment where one...