N°3065 - Failed enum comparison when values contains parenthesis : add a warning

This commit is contained in:
odain
2021-03-02 07:33:36 +01:00
parent 5c0e92d51a
commit d4607ee815
2 changed files with 7 additions and 0 deletions

View File

@@ -1268,6 +1268,7 @@ class CMDBSource
return self::GetEnumOptions($sDataType, $sCompleteFieldType);
}catch(CoreException $e){
//do nothing ; especially do not block setup.
IssueLog::Warning("enum was not parsed properly: $sCompleteFieldType. it should not happen during setup.");
}
}