mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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);
|
$resolution_text = integriaims_get_details('resolution', $resolution);
|
||||||
$type_text = integriaims_get_details('type', $type);
|
$type_text = integriaims_get_details('type', $type);
|
||||||
|
|
||||||
if (check_acl($config['id_user'], 0, 'IW')) {
|
|
||||||
// Incident file management.
|
// Incident file management.
|
||||||
$upload_file = get_parameter('upload_file');
|
$upload_file = get_parameter('upload_file');
|
||||||
$delete_file_id = get_parameter('delete_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>';
|
$upload_comment_form .= '<h4>'.__('Comments').'</h4>'.$comment_table.'</div>';
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Details box.
|
// Details box.
|
||||||
$details_box = '<div class="integriaims_details_box integriaims_details_box_five">';
|
$details_box = '<div class="integriaims_details_box integriaims_details_box_five">';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user