From 7aa1ab855e44152d0f9aa3b511fb6069450ab943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 2 Apr 2015 10:05:33 +0200 Subject: [PATCH] Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688 --- public/app/features/dashboard/rowCtrl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard/rowCtrl.js b/public/app/features/dashboard/rowCtrl.js index 494f10657fc..1f839bd206a 100644 --- a/public/app/features/dashboard/rowCtrl.js +++ b/public/app/features/dashboard/rowCtrl.js @@ -21,6 +21,7 @@ function (angular, app, _, config) { _.defaults($scope.row,_d); $scope.init = function() { + $scope.editor = {index: 0}; $scope.reset_panel(); };