Portal : Request template list fields now have the lookup/search option. (Autocomplete is still to be implemented!)

SVN:trunk[4350]
This commit is contained in:
Guillaume Lajarige
2016-08-25 13:11:34 +00:00
parent 3d57c720e0
commit f33f4e3406
4 changed files with 57 additions and 5 deletions

View File

@@ -243,7 +243,7 @@ class Form
{
if (!array_key_exists($sId, $this->aFields))
{
throw new Exception('Field with ID "' . $sId . '" was not found in the Form.');
throw new Exception('Field with ID "' . $sId . '" was not found in the Form of ID "' . $this->sId . '".');
}
return $this->aFields[$sId];
}