Commit 846d0f96 authored by Frank Bergmann's avatar Frank Bergmann

- Removed "xxx" strings in diverse files by more reasonable strings

parent 1e15e176
......@@ -78,7 +78,7 @@ my $list_message; # Hashref containing infos on a message
# Parse the message
# The parser will execute the list_hdl_xxx procedures which will
# The parser will execute the list_hdl_* procedures which will
# continue the execution
$list_parser->parse($body); # Parse the message
......
......@@ -76,7 +76,7 @@ ad_proc -private im_rest_get_object_type {
set rest_otype_read_none_p 0
if {!$rest_otype_read_all_p} {
# There are "view_xxx_all" permissions allowing a user to see all objects:
# There are "view_..._all" permissions allowing a user to see all objects:
switch $rest_otype {
bt_bug { }
im_company { set rest_otype_read_all_p [im_permission $rest_user_id "view_companies_all"] }
......
......@@ -202,33 +202,6 @@ switch $format {
# What operations are currently implemented on the REST API?
# ---------------------------------------------------------
array set xxx_crud_hash {
group R
im_biz_object_member CRUD
im_company CRUD
im_company_employee_rel CRUD
im_cost_center R
im_dynfield_attribute R
im_dynfield_widget R
im_invoice CRUD
im_key_account_rel CRUD
im_material R
im_menu R
im_note R
im_office R
im_profile R
im_repeating_cost R
im_report R
im_ticket CRUD
im_ticket_ticket_rel CRUD
im_timesheet_task CRUD
im_trans_invoice CRUD
im_trans_task CRUD
im_user_absence CRUD
membership_rel CRUD
user CRU
}
array set crud_hash {
im_invoice "<b>CRUL</b>"
im_invoice_item "<b>CRUL</b>"
......
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