Commit
07ea15cb1214efda7b07812dd6603b1d40609727
Exists in
master
and in
28 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, colab-vcard, colab_search, colab_tag, colab_tag_merge, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_header, fixed_gitlab_import, go_to_profile_panel, mobile_user_scalable, paginate-threads, profile_integration, remove-gitlab-plugin, removing_namespace, search_block, search_filters, split_screen, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd
Fix app_label in plugins/conf.py
| @@ -3,4 +3,4 @@ from django.conf import settings |
| @@ -3,4 +3,4 @@ from django.conf import settings |
3
| |
3
| |
4
| |
4
| |
5
| def get_plugin_config(app_label): |
5
| def get_plugin_config(app_label): |
6
| - return settings.COLAB_APPS.get('gitlab', {}) |
6
| + return settings.COLAB_APPS.get(app_label, {}) |