Added numerous missing breadcrumbs mostly involving edit pages and scheduling pages.

This commit is contained in:
Michael Abashian
2016-06-06 15:29:44 -04:00
parent e11600d493
commit 8290f55a9d
20 changed files with 84 additions and 33 deletions

View File

@@ -87,6 +87,7 @@ export default
NotificationsTypeChange.getDetailFields($scope.notification_type.value).forEach(function(field) {
$scope[field[0]] = field[1];
});
$scope.notification_obj = data;
Wait('stop');
})
.error(function (data, status) {