From 388123ff66933bfed304b6882df49f2fd859a8a0 Mon Sep 17 00:00:00 2001 From: Rachel Breeze Date: Tue, 24 Nov 2020 01:15:58 +0000 Subject: [PATCH] Follows the same pattern as create a relationship page title and clears the page title when creating a dictionary item (#9279) --- .../src/views/dictionary/dictionary.create.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/dictionary/dictionary.create.controller.js b/src/Umbraco.Web.UI.Client/src/views/dictionary/dictionary.create.controller.js index 03ffcfd09d..d22738b676 100644 --- a/src/Umbraco.Web.UI.Client/src/views/dictionary/dictionary.create.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/dictionary/dictionary.create.controller.js @@ -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 })) {