Skip to content

Commit

Permalink
[AIRFLOW-5144] add alert on delete button click (#6745)
Browse files Browse the repository at this point in the history
As per pallets-eco/flask-admin#1789 the deleted button did not show a confirmation alert. This issue has
been fixed in newer version of flask-admin
  • Loading branch information
Harshvardhan Chauhan authored and kaxil committed Dec 6, 2019
1 parent beafcee commit ee4066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def do_setup():
'dill>=0.2.2, <0.4',
'enum34~=1.1.6;python_version<"3.4"',
'flask>=1.1.0, <2.0',
'flask-admin==1.5.3',
'flask-admin==1.5.4',
'flask-appbuilder>=1.12.5, <2.0.0',
'flask-caching>=1.3.3, <1.4.0',
'flask-login>=0.3, <0.5',
Expand Down

0 comments on commit ee4066d

Please sign in to comment.