Commit 5896bc12 authored by Frank Bergmann's avatar Frank Bergmann

- Improving security by added -limit_to xxx to all im_opt_val calls

parent 1b197d34
......@@ -215,7 +215,7 @@ begin
'im_employee_info_component \
$user_id \
$return_url \
[im_opt_val employee_view_name]'
[im_opt_val -limit_to nohtml employee_view_name]'
);
end;
/
......
......@@ -358,7 +358,7 @@ select im_component_plugin__new (
'/intranet/users/view', -- page_url
null, -- view_name
60, -- sort_order
'im_employee_info_component $user_id_from_search $return_url [im_opt_val employee_view_name]'
'im_employee_info_component $user_id_from_search $return_url [im_opt_val -limit_to nohtml employee_view_name]'
);
-- prompt *** Creating OrgChart menu entry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment