mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-7916-Macro-de-agentgroup-en-label-de-informes' into 'develop'
Ent 7916 macro de agentgroup en label de informes See merge request artica/pandorafms!4489
This commit is contained in:
commit
c5a86e2782
@ -13669,7 +13669,7 @@ function reporting_label_macro($item, $label)
|
||||
if (preg_match('/_agentgroup_/', $label)) {
|
||||
$label = str_replace(
|
||||
'_agentgroup_',
|
||||
$item['agent_group'],
|
||||
groups_get_name($item['agent_group']),
|
||||
$label
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user