Merge remote-tracking branch 'origin/feature-14635/UDF_move_permissions_to_JSON_definition'

This commit is contained in:
Harald Bamberger
2021-10-11 12:55:24 +02:00
6 changed files with 74 additions and 42 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ class Prestudent_model extends DB_Model
$prestudentdata->prestudentstatus = $lastStatusData;
if ($this->hasUDF())
if ($this->udfsExistAndDefined())
{
$prestudentdata->prestudentUdfs = $this->getUDFs($prestudent_id);
}