Fixes: U4-3277 Macro insert in rte is not pre-populating selected macros

This commit is contained in:
Shannon
2013-10-30 13:28:41 +11:00
parent 201e28513a
commit 5be7ed7d58

View File

@@ -109,7 +109,7 @@ function InsertMacroController($scope, entityResource, macroResource, umbPropEdi
});
if (found) {
//select the macro and go to next screen
$scope.selectedMacro = found.id;
$scope.selectedMacro = found;
editParams();
return;
}