-
- Downloads
/reassign should only work when multiple assignees are available
Only if the issuable allows multiple assignees the `/reassign` command should be enabled. While at it, put all EE-specific Quick Action in a separate file. Also, port back the original CE specs of QuickActionsServices and put the differences in a separate EE-only file.
Showing
- app/services/ee/quick_actions/interpret_service.rb 49 additions, 0 deletionsapp/services/ee/quick_actions/interpret_service.rb
- app/services/quick_actions/interpret_service.rb 1 addition, 54 deletionsapp/services/quick_actions/interpret_service.rb
- spec/services/ee/quick_actions/interpret_service_spec.rb 118 additions, 0 deletionsspec/services/ee/quick_actions/interpret_service_spec.rb
- spec/services/quick_actions/interpret_service_spec.rb 10 additions, 46 deletionsspec/services/quick_actions/interpret_service_spec.rb
Please register or sign in to comment