mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-9904-14470-Vista-erronea-tras-actualizacion' into 'develop'
fixed filter See merge request artica/pandorafms!5293
This commit is contained in:
commit
f6e880f84f
@ -53,7 +53,7 @@ $isFunctionPolicies = enterprise_include_once('include/functions_policies.php');
|
|||||||
|
|
||||||
$strict_user = db_get_value('strict_acl', 'tusuario', 'id_user', $config['id_user']);
|
$strict_user = db_get_value('strict_acl', 'tusuario', 'id_user', $config['id_user']);
|
||||||
|
|
||||||
$filter = get_parameter('disabled', 'all_enabled');
|
$filter = get_parameter('filter', 'all_enabled');
|
||||||
$filter_standby = get_parameter('standby', 'all');
|
$filter_standby = get_parameter('standby', 'all');
|
||||||
$id_group = (int) get_parameter('ag_group', 0);
|
$id_group = (int) get_parameter('ag_group', 0);
|
||||||
// 0 is the All group (selects all groups)
|
// 0 is the All group (selects all groups)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user