-
- Downloads
There was an error fetching the commit references. Please try again later.
[backend] backport of scoped labels
Scoped labels in EE require additional changes in CE code.
Showing
- app/controllers/concerns/issuable_actions.rb 3 additions, 0 deletionsapp/controllers/concerns/issuable_actions.rb
- app/helpers/labels_helper.rb 44 additions, 5 deletionsapp/helpers/labels_helper.rb
- app/models/global_label.rb 1 addition, 1 deletionapp/models/global_label.rb
- app/services/issuable_base_service.rb 3 additions, 2 deletionsapp/services/issuable_base_service.rb
- app/views/shared/_delete_label_modal.html.haml 1 addition, 1 deletionapp/views/shared/_delete_label_modal.html.haml
- app/views/shared/_label_row.html.haml 1 addition, 1 deletionapp/views/shared/_label_row.html.haml
- app/views/shared/boards/components/sidebar/_labels.html.haml 1 addition, 7 deletionsapp/views/shared/boards/components/sidebar/_labels.html.haml
- app/views/shared/issuable/_label_dropdown.html.haml 1 addition, 1 deletionapp/views/shared/issuable/_label_dropdown.html.haml
- app/views/shared/issuable/_sidebar.html.haml 4 additions, 5 deletionsapp/views/shared/issuable/_sidebar.html.haml
- app/views/shared/labels/_form.html.haml 3 additions, 1 deletionapp/views/shared/labels/_form.html.haml
- app/views/shared/milestones/_issuable.html.haml 1 addition, 1 deletionapp/views/shared/milestones/_issuable.html.haml
- app/views/shared/milestones/_labels_tab.html.haml 1 addition, 2 deletionsapp/views/shared/milestones/_labels_tab.html.haml
- lib/banzai/filter/abstract_reference_filter.rb 9 additions, 3 deletionslib/banzai/filter/abstract_reference_filter.rb
- lib/banzai/filter/label_reference_filter.rb 5 additions, 1 deletionlib/banzai/filter/label_reference_filter.rb
Please register or sign in to comment