remove acl check in integria ticket dashboard

This commit is contained in:
alejandro-campos 2019-09-26 10:38:12 +02:00
parent ca184faaa0
commit 93b176269c

View File

@ -96,7 +96,6 @@ $priority_text = integriaims_get_details('priority', $priority);
$resolution_text = integriaims_get_details('resolution', $resolution);
$type_text = integriaims_get_details('type', $type);
if (check_acl($config['id_user'], 0, 'IW')) {
// Incident file management.
$upload_file = get_parameter('upload_file');
$delete_file_id = get_parameter('delete_file');
@ -361,8 +360,6 @@ if (check_acl($config['id_user'], 0, 'IW')) {
}
$upload_comment_form .= '<h4>'.__('Comments').'</h4>'.$comment_table.'</div>';
}
// Details box.
$details_box = '<div class="integriaims_details_box integriaims_details_box_five">';