Skip to content

Commit

Permalink
Edit Dashboard title and Slice title in place
Browse files Browse the repository at this point in the history
Add EditableTitle component into Dashboard and Explore view to support edit title inline.
  • Loading branch information
Grace Guo committed Jun 10, 2017
1 parent 52bc767 commit 0c7bcb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ def test_save_dash(self, username='admin'):
'css': '',
'expanded_slices': {},
'positions': positions,
'dashboard_title': 'new title'
}
url = '/superset/save_dash/{}/'.format(dash.id)
resp = self.client.post(url, data=dict(data=json.dumps(data)))
Expand Down

0 comments on commit 0c7bcb8

Please sign in to comment.