mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fixed problems with group agents. Tiquet: #3079
(cherry picked from commit 774b0f9cab4d4c9fcc758557d877dcb8fc256298)
This commit is contained in:
parent
751b05215d
commit
9c256623d0
@ -538,7 +538,7 @@ function show_events_group_agent (id_insert, id_agent, server_id) {
|
||||
success: function (data) {
|
||||
console.log(data);
|
||||
$("#"+id_insert).html(data);
|
||||
$("#"+id_insert).show();
|
||||
$("#"+id_insert).toggle();
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -44,7 +44,7 @@ if ($group_rep == 2) {
|
||||
"&refr=" . (int)get_parameter("refr", 0) .
|
||||
"&id_agent_module=" . $id_agent_module .
|
||||
"&pagination=" . $pagination .
|
||||
"&group_rep=0" .
|
||||
"&group_rep=2" .
|
||||
"&event_view_hr=" . $event_view_hr .
|
||||
"&id_user_ack=" . $id_user_ack .
|
||||
"&tag_with=". $tag_with_base64 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user