diff --git a/entity/ObjectTree_entity/grantUpdateProcess.js b/entity/ObjectTree_entity/grantUpdateProcess.js index 105ebb440b8a5084799523a1615266a7727dcab4..33e0143ce68d08588f4cebe46478e398844793f2 100644 --- a/entity/ObjectTree_entity/grantUpdateProcess.js +++ b/entity/ObjectTree_entity/grantUpdateProcess.js @@ -13,14 +13,7 @@ if (vars.exists("$sys.selection") && vars.getString("$sys.selection")) isObjectRelationNode = typeof uid[2] == "string"; } - if (isObjectRelationNode) - { - result.string(true) - } - else - { - result.string(false) - } + result.object(isObjectRelationNode) } else - result.string(false) \ No newline at end of file + result.object(false) \ No newline at end of file