Fixes U4-5723 Only enable macros allowed in RTE in grid

This commit is contained in:
per ploug
2014-11-17 20:57:24 +01:00
parent 3c8be919da
commit bb93f0a4a2

View File

@@ -7,6 +7,7 @@ angular.module("umbraco")
$scope.setMacro = function(){
dialogService.macroPicker({
dialogData: {
richTextEditor: true,
macroData: $scope.control.value
},
callback: function (data) {