More debug info

This commit is contained in:
Laurent Destailleur
2026-02-07 22:28:11 +01:00
parent a48485195f
commit 6bc3bb0761
3 changed files with 12 additions and 2 deletions

View File

@@ -2359,6 +2359,10 @@ abstract class CommonObject
$this->oldcopy->$field = $oldvalue;
}
if (empty($this->context['actionmsgmore'])) {
$this->context['actionmsgmore'] = 'Trigger called by setValueFrom';
}
if ($result >= 0) {
$result = $this->call_trigger($trigkey, (!empty($fuser) && is_object($fuser)) ? $fuser : $user); // This may set this->errors
}