mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Show right messages as soon as possible (#632)
* Flashed messaged should be flushed in every page * Show error messages in AJAX style * Introduce the decorator "api" * Move toggleCheckbox() to the right place and trigger it in jQuery style
This commit is contained in:
committed by
Maxime Beauchemin
parent
40e1787948
commit
13095eb550
@@ -258,7 +258,7 @@ class CoreTests(CaravelTestCase):
|
||||
|
||||
self.logout()
|
||||
self.assertRaises(
|
||||
utils.CaravelSecurityException, self.test_save_dash, 'alpha')
|
||||
AssertionError, self.test_save_dash, 'alpha')
|
||||
|
||||
alpha = appbuilder.sm.find_user('alpha')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user