Merge remote-tracking branch 'origin/support/3.1' into develop

This commit is contained in:
Molkobain
2023-12-04 23:21:58 +01:00
3 changed files with 13 additions and 3 deletions

View File

@@ -1153,6 +1153,9 @@ class ObjectFormManager extends FormManager
} catch (CoreCannotSaveObjectException $e) {
throw new Exception($e->getHtmlMessage());
} catch (InvalidExternalKeyValueException $e) {
ExceptionLog::LogException($e, $e->getContextData());
$bExceptionLogged = true;
throw new Exception($e->getIssue());
} catch (Exception $e) {
$aContext = [