Fixes: U4-3277 Macro insert in rte is not pre-populating selected macros
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user