Follows the same pattern as create a relationship page title and clears the page title when creating a dictionary item (#9279)
This commit is contained in:
@@ -12,7 +12,7 @@ function DictionaryCreateController($scope, $location, dictionaryResource, navig
|
||||
|
||||
vm.itemKey = "";
|
||||
vm.createItem = createItem;
|
||||
|
||||
$scope.$emit("$changeTitle", "");
|
||||
function createItem() {
|
||||
|
||||
if (formHelper.submitForm({ scope: $scope, formCtrl: $scope.createDictionaryForm })) {
|
||||
|
||||
Reference in New Issue
Block a user