1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-26 20:54:21 +01:00
This commit is contained in:
Nicolas Florentin 2023-07-03 07:57:54 +02:00
parent af69ba67df
commit 94b0b062bc

View File

@ -743,7 +743,7 @@ angular.module('application.router', ['ui.router'])
settingsPromise: ['Setting', function (Setting) {
return Setting.query({
names: "['feature_tour_display', 'disqus_shortname', 'allowed_cad_extensions', " +
"'allowed_cad_mime_types', 'openlab_app_id', 'openlab_app_secret', 'openlab_default', 'project_categories_filter_placeholder']"
"'allowed_cad_mime_types', 'openlab_app_id', 'openlab_app_secret', 'openlab_default', 'project_categories_filter_placeholder', 'project_categories_wording']"
}).$promise;
}]
}