dashboard: keep checklist items up to date

This commit is contained in:
Johannes Zellner
2024-06-25 18:01:31 +02:00
parent 8b9dc5a6bf
commit 2ad8ee18a0

View File

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