From bb93f0a4a2ae5624bafd4e72e04e538a70f3011c Mon Sep 17 00:00:00 2001 From: per ploug Date: Mon, 17 Nov 2014 20:57:24 +0100 Subject: [PATCH] Fixes U4-5723 Only enable macros allowed in RTE in grid --- .../src/views/propertyeditors/grid/editors/macro.controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/macro.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/macro.controller.js index ea5ea96718..7211738732 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/macro.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/macro.controller.js @@ -7,6 +7,7 @@ angular.module("umbraco") $scope.setMacro = function(){ dialogService.macroPicker({ dialogData: { + richTextEditor: true, macroData: $scope.control.value }, callback: function (data) {