mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Custom fields: better error reporting when an exception occurs while finalizing the form
SVN:trunk[3956]
This commit is contained in:
@@ -413,7 +413,7 @@ class Form
|
||||
{
|
||||
if (!array_key_exists($sSomeId, $this->aFields))
|
||||
{
|
||||
throw new Exception('Missing dependancy : Field ' . $sImpactedBy . ' expecting field ' . $sSomeId . ' which is not in the Form');
|
||||
throw new Exception('Unmet dependency : Field ' . $sImpactedBy . ' expecting field ' . $sSomeId . ' which is not in the Form');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user