mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-fix-alert-action-listing' into 'develop'
Fixed alert actions listing See merge request artica/pandorafms!4291
This commit is contained in:
commit
f3df7eeeac
@ -337,7 +337,7 @@ $table->align[3] = 'left';
|
||||
$table->align[4] = 'left';
|
||||
|
||||
$filter = [];
|
||||
if (!is_user_admin($config['id_user']) && $group === 0) {
|
||||
if (!is_user_admin($config['id_user'])) {
|
||||
$filter['talert_actions.id_group'] = array_keys(
|
||||
users_get_groups(false, 'LM')
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user