mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[dashboard] adding an option to duplicate slices when "Saving AS" (#3391)
* [dashboard] adding an option to duplicate slices when "Saving AS" * Fix tests
This commit is contained in:
committed by
GitHub
parent
3b4cd812ae
commit
e53f3032bb
@@ -467,6 +467,7 @@ class CoreTests(SupersetTestCase):
|
||||
positions.append(d)
|
||||
data = {
|
||||
'css': '',
|
||||
'duplicate_slices': False,
|
||||
'expanded_slices': {},
|
||||
'positions': positions,
|
||||
'dashboard_title': 'Copy Of Births',
|
||||
|
||||
Reference in New Issue
Block a user