fixes error with server side validation + data tyep editor, ensures template controller and data type controller inherit from BackOfficeNotificationsController, ensures BackOfficeNotificationsController is attributed with PrefixlessBodyModelValidator

This commit is contained in:
Shannon
2017-01-10 12:29:30 +11:00
parent d66c57cfd0
commit 77d47f0b28
9 changed files with 25 additions and 17 deletions

View File

@@ -178,8 +178,6 @@ function DataTypeEditController($scope, $routeParams, $location, appState, navig
//share state
editorState.set($scope.content);
dataTypeHelper.rebindChangedProperties($scope.content, data);
});
}