Fixed problems with group agents. Tiquet: #3079

(cherry picked from commit 774b0f9cab)
This commit is contained in:
m-lopez-f 2016-08-16 10:43:29 +02:00
parent 751b05215d
commit 9c256623d0
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}
});

View File

@ -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 .