Fixed problems with group agents. Tiquet: #3079
(cherry picked from commit 774b0f9cab
)
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…
Reference in New Issue