Merge branch 'ent-13473-widgets-block-histogram-y-module-histogram-no-se-visualizan-cuando-usamos-un-usuario-limitado' into 'develop'
Ent 13473 widgets block histogram y module histogram no se visualizan cuando usamos un usuario limitado See merge request artica/pandorafms!7171
This commit is contained in:
commit
cf39dbb872
|
@ -1674,6 +1674,12 @@ function events_get_all(
|
|||
}
|
||||
}
|
||||
|
||||
if (!$user_is_admin && users_can_manage_group_all('ER') === false) {
|
||||
if (str_contains($fields[0], 'te.id_grupo') === false) {
|
||||
$fields[0] .= ', te.id_grupo';
|
||||
}
|
||||
}
|
||||
|
||||
if (((int) $filter['group_rep'] === EVENT_GROUP_REP_EVENTS
|
||||
|| (int) $filter['group_rep'] === EVENT_GROUP_REP_EXTRAIDS) && $count === false
|
||||
) {
|
||||
|
|
|
@ -1000,3 +1000,7 @@ input.resize_button {
|
|||
.grid-stack-item-content .visual-console-container-dashboard {
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
ul.select2-selection__rendered > li.select2-selection__choice {
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue