N°7938 - Cant' create OnInsert/OnUpdate/Afterxxx methods from Designer with iTop 3.2

This commit is contained in:
Eric Espie
2025-07-21 16:53:13 +02:00
parent e5129c9618
commit de54676b9f

View File

@@ -219,6 +219,10 @@ class MFModule
return;
}
if (!is_dir($sRootDir)) {
$sRootDir = APPROOT.$sRootDir;
}
// Scan the module's root directory to find the datamodel(*).xml files
if ($hDir = opendir($sRootDir))
{