mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
remove acl check in integria ticket dashboard
This commit is contained in:
parent
ca184faaa0
commit
93b176269c
@ -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">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user