N°3213 - Order transition attributes like in the "details" zlist instead of reordering them regarding the dependencies (#306)

N°3213 - Order transition attributes like in the "details" zlist instead of reordering them regarding the dependencies (#306)

---------

Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
This commit is contained in:
Anne-Catherine
2023-06-08 17:29:53 +02:00
committed by GitHub
parent 99e84e86cd
commit cc8c6ac027
3 changed files with 12 additions and 24 deletions

View File

@@ -3621,8 +3621,7 @@ abstract class MetaModel
{
MyHelpers::CheckKeyInArray('list code', $sListCode, self::$m_aListInfos);
if (!$sTargetClass)
{
if (!$sTargetClass) {
$sTargetClass = self::GetCallersPHPClass("Init");
}