Skip to content
Snippets Groups Projects
Commit 536c1500 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon: Committed by Benjamin Ulrich
Browse files

Attribute_lib update usages fix

parent 8bdf59b7
No related branches found
No related tags found
No related merge requests found
......@@ -1093,7 +1093,7 @@ AttributeUsageUtil.insertChildrenUsages = function (pAttributeId, pObjectType)
*/
AttributeUsageUtil.updateChildrenUsages = function (pAttributeId, pOldObjectType, pNewObjectType)
{
if (!pNewObjectType || !pAttributeId)
if (!pNewObjectType || !pAttributeId || !pOldObjectType)
return;
var table = "AB_ATTRIBUTEUSAGE";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment