Merge branch 'ent-9101-13724-Fallo-operator-read-en-dashboard' into 'develop'
Ent 9101 13724 fallo operator read en dashboard See merge request artica/pandorafms!4945
This commit is contained in:
commit
aeb40bacc9
|
@ -45,7 +45,7 @@ if ((int) $cellData['id_widget'] !== 0) {
|
|||
$output .= '</div>';
|
||||
$output .= '<div class="header-options">';
|
||||
|
||||
if ($manageDashboards !== 0) {
|
||||
if ($manageDashboards !== 0 || $writeDashboards !== 0) {
|
||||
if ((int) $cellData['id_widget'] !== 0) {
|
||||
$output .= '<a id="configure-widget-'.$cellData['id'].'" class="">';
|
||||
$output .= html_print_image(
|
||||
|
|
Loading…
Reference in New Issue