N°6460 - Sort \AttributeClassAttCodeSet alphabetically (eg. "Target fields" in Trigger class)

This commit is contained in:
Molkobain
2023-06-21 16:06:22 +02:00
parent 87e04547bd
commit a8a3385969

View File

@@ -11302,6 +11302,9 @@ class AttributeClassAttCodeSet extends AttributeSet
}
$aAllowedAttributes[$sAttCode] = $sLabel;
}
// N°6460 Always sort on the labels, not on the datamodel definition order
natcasesort($aAllowedAttributes);
return $aAllowedAttributes;
}