mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 10:00:45 -05:00
Fix: stop sending latest_query_data back to the server. Fixes #31
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
if (!oldId) {
|
||||
oldId = $scope.query.id;
|
||||
}
|
||||
delete $scope.query.latest_query_data;
|
||||
$scope.query.$save(function (q) {
|
||||
if (duplicate) {
|
||||
growl.addInfoMessage("Query duplicated.", {ttl: 2000});
|
||||
|
||||
Reference in New Issue
Block a user