• Toon Claes's avatar
    Backport issuable for assignee slash commands from EE · 132cd009
    Toon Claes authored
    Avoid conflicts when merge CE to EE by backporting code from EE.
    
    Instead of checking in `SlashCommands::InterpretService` what the issuable the
    type of the issuable is, ask the issuable if it is capable to do those thing and
    implement it in the issuable itself. The issuable will check if it's possible
    and if the licensed feature is available.
    
    This should also make it easier to ever add multiple assignees to MergeRequests.
    132cd009
issuable.rb 10.5 KB