Commit cbed86b5 authored by Frank Bergmann's avatar Frank Bergmann

- updated field references for all object types

- limited the number of shown object types
- fixed minor issues after renaming variables
parent 3688538d
This diff is collapsed.
...@@ -287,6 +287,11 @@ set not_in_object_type " ...@@ -287,6 +287,11 @@ set not_in_object_type "
'apm_service', 'apm_service',
'application_group', 'application_group',
'authority', 'authority',
'bt_bug',
'bt_bug_revision',
'bt_patch',
'calendar',
'cal_item',
'composition_rel', 'composition_rel',
'content_extlink', 'content_extlink',
'content_folder', 'content_folder',
...@@ -302,17 +307,37 @@ set not_in_object_type " ...@@ -302,17 +307,37 @@ set not_in_object_type "
'etp_page_revision', 'etp_page_revision',
'image', 'image',
'im_biz_object', 'im_biz_object',
'im_component_plugin',
'im_cost',
'im_dynfield_attribute',
'im_dynfield_widget',
'im_gantt_person',
'im_gantt_project',
'im_indicator',
'im_investment',
'im_menu',
'im_note',
'im_repeating_cost',
'im_report',
'journal_article', 'journal_article',
'journal_entry', 'journal_entry',
'journal_issue', 'journal_issue',
'news_item', 'news_item',
'notification',
'notification_delivery_method',
'notification_interval',
'notification_reply',
'notification_request',
'notification_type',
'postal_address', 'postal_address',
'rel_segment', 'rel_segment',
'rel_constraint', 'rel_constraint',
'site_node', 'site_node',
'user_blob_response_rel', 'user_blob_response_rel',
'user_portrait_rel', 'user_portrait_rel',
'workflow_lite' 'workflow',
'workflow_lite',
'workflow_case_log_entry'
" "
db_multirow -extend $multirow_extend object_types select_object_types " db_multirow -extend $multirow_extend object_types select_object_types "
......
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