mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
remove extra call to get_viz in explorev2 (#1812)
* Not working errors * Remove update_explore endpoint, only update explore endpoints in reducer on query * Change scroll to auto and make container reponse to height: * Remove update_explore endpoint * Remove can_update_explore perm
This commit is contained in:
@@ -265,7 +265,6 @@ class SupersetTestCase(unittest.TestCase):
|
||||
self.assertIn(('can_fave_slices', 'Superset'), gamma_perm_set)
|
||||
self.assertIn(('can_save_dash', 'Superset'), gamma_perm_set)
|
||||
self.assertIn(('can_slice', 'Superset'), gamma_perm_set)
|
||||
self.assertIn(('can_update_explore', 'Superset'), gamma_perm_set)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user