Commit
db869457e2060fe16c799da76831abcbc1868698
Exists in
master
and in
27 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_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
Merge remote-tracking branch 'origin/fix_app_label'
| @@ -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, {}) |