From de2625ac4ad7a62246449976fecdcd8947a810e4 Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Thu, 7 Nov 2019 15:04:50 +0100 Subject: [PATCH] improve comment --- process/Attribute_lib/process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/Attribute_lib/process.js b/process/Attribute_lib/process.js index 85d6b54fec..ec05b8b427 100644 --- a/process/Attribute_lib/process.js +++ b/process/Attribute_lib/process.js @@ -556,7 +556,7 @@ AttributeRelationUtils.insertAttribute = function (pRowId, pObjectType, pAttribu * * @param {String} pObjectType the object type * @param {String} pConsumer the name of the attribute relation consumer - * @param {String[]} pFiltered array of attributeId's which act as a whitelist. + * @param {String[]} pFiltered array of attributeId's which act as a whitelist. (groups are resolves to the childid's) */ AttributeRelationUtils.presetMandatoryAttributes = function (pObjectType, pConsumer, pFiltered) { -- GitLab