diff --git a/dashboard/src/views/app.js b/dashboard/src/views/app.js index 59fc46a13..4c3d77cc0 100644 --- a/dashboard/src/views/app.js +++ b/dashboard/src/views/app.js @@ -197,6 +197,8 @@ angular.module('Application').controller('AppController', ['$scope', '$location' Client.ackAppChecklistItem($scope.app.id, key, item.acknowledged, function (error) { if (error) return console.error('Failed to ack checklist item.', error); $scope.info.hasOldChecklist = true; + + refreshApp($scope.app.id); }); } };