N°1408 - Dashboard Printer friendly page + user edit rights

This commit is contained in:
Eric
2018-10-11 15:51:24 +02:00
parent 256d4e2cb3
commit f3f70d6296
11 changed files with 120 additions and 20 deletions

View File

@@ -1436,6 +1436,7 @@ EOF
elseif ($sAttType == 'AttributeDashboard')
{
$aTagFieldsInfo[] = $sAttCode;
$aParameters['is_user_editable'] = $this->GetPropBoolean($oField, 'is_user_editable', true);
$aParameters['definition_file'] = $this->GetPropString($oField, 'definition_file');
if ($aParameters['definition_file'] == null)