Merge branch 'ent-3559-Poner-evento-en-in-progress-provoca-un-fallo-de-visualizacion' into 'develop'
Fixed error in event filters when is only new events See merge request artica/pandorafms!2252 Former-commit-id: 3dd94c18cf9c3896d7a1f95546c879de63c86fe8
This commit is contained in:
commit
60337b0da7
|
@ -1068,9 +1068,6 @@ function validate_event_advanced(id, new_status) {
|
|||
next_row_id = row_id_name + '-' + row_id_number_next;
|
||||
|
||||
$("#"+previous_row_id).css('display', 'none');
|
||||
$("#"+current_row_id).css('display', 'none');
|
||||
$("#"+selected_row_id).css('display', 'none');
|
||||
$("#"+next_row_id).css('display', 'none');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue