Skip to content

Commit 4127a78

Browse files
committed
Move some settings to their tabs
1 parent 78c98b4 commit 4127a78

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Controllers/ConfigurationsController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public function index()
2121
{
2222
$configurations = Configuration::all();
2323
$configurations_by_sections = ['init' => [], 'table' => [], 'features' => [], 'email' => [], 'tickets' => [], 'perms' => [], 'editor' => [], 'other' => []];
24-
$init_section = ['main_route', 'main_route_path', 'admin_route', 'admin_route_path', 'master_template', 'member_model_class', 'routes'];
25-
$table_section = ['subject_content_column', 'list_text_max_length', 'check_last_update_seconds', 'length_menu', 'max_agent_buttons', 'calendar_month_filter'];
24+
$init_section = ['main_route', 'main_route_path', 'admin_route', 'admin_route_path', 'master_template', 'member_model_class', 'routes', 'include_font_awesome', 'user_route'];
25+
$table_section = ['subject_content_column', 'list_text_max_length', 'check_last_update_seconds', 'length_menu', 'max_agent_buttons', 'calendar_month_filter', 'paginate_items'];
2626
$features_section = ['departments_feature', 'departments_notices_feature', 'ticket_attachments_feature'];
2727
$email_section = ['status_notification', 'comment_notification', 'queue_emails', 'assigned_notification',
2828
'list_owner_notification', 'status_owner_notification',
@@ -31,8 +31,8 @@ public function index()
3131
'email.color_body_bg', 'email.color_header_bg', 'email.color_content_bg', 'email.color_footer_bg',
3232
'email.color_button_bg', 'email.account.name', 'email.account.mailbox', 'custom_recipients' ];
3333
$tickets_section = ['default_priority_id', 'default_status_id', 'default_close_status_id', 'default_reopen_status_id',
34-
'paginate_items', 'attachments_ticket_max_size', 'attachments_ticket_max_files_num', 'attachments_mimes',
35-
'attachments_path', 'thumbnails_path', 'oldest_year', 'user_route', 'html_replacements', 'use_default_status_id'];
34+
'attachments_ticket_max_size', 'attachments_ticket_max_files_num', 'attachments_mimes',
35+
'attachments_path', 'thumbnails_path', 'oldest_year', 'html_replacements', 'use_default_status_id', 'delete_modal_type', 'new_ticket_autoassign'];
3636
$perms_section = ['agent_restrict', 'close_ticket_perm', 'reopen_ticket_perm'];
3737
$editor_section = ['editor_enabled', 'editor_html_highlighter', 'codemirror_theme',
3838
'summernote_locale', 'summernote_options_json_file', 'summernote_options_user', 'purifier_config', ];

0 commit comments

Comments
 (0)