dashboard: keep checklist items up to date
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user