Skip to content

Commit d818437

Browse files
committed
unused settings deleted: routes, new_ticket_autoassign
1 parent 5e49b7c commit d818437

5 files changed

Lines changed: 4 additions & 37 deletions

File tree

src/Controllers/ConfigurationsController.php

Lines changed: 2 additions & 2 deletions
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', 'admin_button_text'];
24+
$init_section = ['main_route', 'main_route_path', 'admin_route', 'admin_route_path', 'master_template', 'member_model_class', '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',
@@ -32,7 +32,7 @@ public function index()
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',
3434
'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'];
35+
'attachments_path', 'thumbnails_path', 'oldest_year', 'html_replacements', 'use_default_status_id', 'delete_modal_type'];
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', ];

src/Translations/ca/settings.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,5 @@
8686
8787
<p><a target="_blank" href="http://htmlpurifier.org/docs">Documentació de Purifier</a></p>
8888
ENDHTML
89-
, 'summernote_options_user' => 'Un membre sense permisos actuals utilitzarà les opcions de summernote especificades en aquest paràmetre<br /><code>default</code>: Opcions per defecte de summernote',
90-
91-
'routes' => <<<'ENDHTML'
92-
<p>Set custom routes file</p>
93-
<p>
94-
Useful if you want to replace any of the Panic Help Desk components
95-
</p>
96-
ENDHTML
97-
89+
, 'summernote_options_user' => 'Un membre sense permisos actuals utilitzarà les opcions de summernote especificades en aquest paràmetre<br /><code>default</code>: Opcions per defecte de summernote'
9890
];

src/Translations/en/settings.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,5 @@
8686
8787
<p><a target="_blank" href="http://htmlpurifier.org/docs">Purifier documentation</a></p>
8888
ENDHTML
89-
, 'summernote_options_user' => 'Member without current permissions uses it\'s own summernote options if specified in this setting<br /><code>default</code>: Summernote default options',
90-
91-
'routes' => <<<'ENDHTML'
92-
<p>Set custom routes file</p>
93-
<p>
94-
Useful if you want to replace any of the Panic Help Desk components
95-
</p>
96-
ENDHTML
97-
89+
, 'summernote_options_user' => 'Member without current permissions uses it\'s own summernote options if specified in this setting<br /><code>default</code>: Summernote default options'
9890
];

src/Translations/it/settings.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,4 @@
123123
124124
<p>Full docs: <a target="_blank" href="http://htmlpurifier.org/docs">http://htmlpurifier.org/docs</a></p>
125125
ENDHTML
126-
127-
, 'routes' => <<<'ENDHTML'
128-
<p>Set custom routes file</p>
129-
<p>
130-
Useful if you want to replace any of the Panic Help Desk components
131-
</p>
132-
ENDHTML
133-
134126
];

src/Translations/ru/settings.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,4 @@
162162
163163
<p>Документация: <a target="_blank" href="http://htmlpurifier.org/docs">http://htmlpurifier.org/docs</a></p>
164164
HTML
165-
,
166-
167-
'routes' => <<<'HTML'
168-
<p>Использовать собственный routes-файл вместо поставляемого пакетом</p>
169-
<p>
170-
Пригодится, если необходимо заменить или исключить некоторые компоненты Panic Help Desk
171-
</p>
172-
HTML
173-
174165
];

0 commit comments

Comments
 (0)