Fix: stop sending latest_query_data back to the server. Fixes #31

This commit is contained in:
Arik Fraimovich
2013-10-30 16:38:09 +02:00
parent 7bdd3074f5
commit 03fbf41a35

View File

@@ -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});