Skip to content

Commit 70f3a97

Browse files
committed
Move setting to right tab
1 parent 89432e9 commit 70f3a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controllers/ConfigurationsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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', 'include_font_awesome', 'user_route'];
24+
$init_section = ['main_route', 'main_route_path', 'admin_route', 'admin_route_path', 'master_template', 'member_model_class', 'routes', 'include_font_awesome', 'user_route', 'admin_button_text'];
2525
$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',

0 commit comments

Comments
 (0)