mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-30 17:25:11 +02:00
Max Red - deleted filters and custom fields [skip ci]
This commit is contained in:
parent
73c8d94626
commit
bcb9b5b7ac
@ -50,7 +50,6 @@ import AdminPanelViewStaff from 'app/admin/panel/staff/admin-panel-view-staff';
|
||||
import AdminPanelSystemPreferences from 'app/admin/panel/settings/admin-panel-system-preferences';
|
||||
import AdminPanelAdvancedSettings from 'app/admin/panel/settings/admin-panel-advanced-settings';
|
||||
import AdminPanelEmailTemplates from 'app/admin/panel/settings/admin-panel-email-templates';
|
||||
import AdminPanelCustomFields from 'app/admin/panel/settings/admin-panel-custom-fields';
|
||||
|
||||
const history = syncHistoryWithStore(browserHistory, store);
|
||||
|
||||
@ -116,7 +115,6 @@ export default (
|
||||
<Route path="system-preferences" component={AdminPanelSystemPreferences} />
|
||||
<Route path="advanced-settings" component={AdminPanelAdvancedSettings} />
|
||||
<Route path="email-templates" component={AdminPanelEmailTemplates} />
|
||||
<Route path="custom-fields" component={AdminPanelCustomFields} />
|
||||
</Route>
|
||||
</Route>
|
||||
</Route>
|
||||
|
@ -209,11 +209,6 @@ class AdminPanelMenu extends React.Component {
|
||||
name: i18n('EMAIL_TEMPLATES'),
|
||||
path: '/admin/panel/settings/email-templates',
|
||||
level: 3
|
||||
},
|
||||
{
|
||||
name: i18n('FILTERS_CUSTOM_FIELDS'),
|
||||
path: '/admin/panel/settings/custom-fields',
|
||||
level: 3
|
||||
}
|
||||
])
|
||||
}
|
||||
|
@ -1,14 +0,0 @@
|
||||
import React from 'react';
|
||||
|
||||
class AdminPanelCustomFields extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
/admin/panel/settings/custom-fields
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default AdminPanelCustomFields;
|
Loading…
x
Reference in New Issue
Block a user