From 5329b13a4dee98d05541dbeecbcdb6c92ab6fa91 Mon Sep 17 00:00:00 2001 From: "S.Listl" <s.listl@adito.de> Date: Thu, 28 Nov 2019 14:48:25 +0100 Subject: [PATCH] AttributeUsage preset max_count for inherited usages --- process/Attribute_lib/process.js | 1 - 1 file changed, 1 deletion(-) diff --git a/process/Attribute_lib/process.js b/process/Attribute_lib/process.js index 40ba6cd3b0..22cb134603 100644 --- a/process/Attribute_lib/process.js +++ b/process/Attribute_lib/process.js @@ -1044,7 +1044,6 @@ function AttributeUsageUtil () {} * @param {String} pAttributeId the id of the superordinate attribute * @param {String} pObjectType the context */ -AttributeUsageUtil.insertChildrenUsages = function (pAttributeId, pObjectType) { if (!pAttributeId) return; -- GitLab