We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c3056 commit b180f34Copy full SHA for b180f34
1 file changed
src/Controllers/ConfigurationsController.php
@@ -21,7 +21,7 @@ public function index()
21
{
22
$configurations = Configuration::all();
23
$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'];
+ $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'];
25
$table_section = ['subject_content_column', 'list_text_max_length', 'check_last_update_seconds', 'length_menu', 'max_agent_buttons', 'calendar_month_filter', 'paginate_items'];
26
$features_section = ['departments_feature', 'departments_notices_feature', 'ticket_attachments_feature'];
27
$email_section = ['status_notification', 'comment_notification', 'queue_emails', 'assigned_notification',
0 commit comments