Skip to content
Snippets Groups Projects

WIP: Resolve "Issues in sub group boards have the incorrect link"

1 unresolved thread

What does this MR do?

Accounts for subgroups in the EE boards issue link base generation.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Screen_Shot_2017-10-03_at_02.47.09

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #3562

Edited by Luke "Jared" Bennett

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
18 18 def build_issue_link_base
19 19 return super unless @board.group_board?
20 20
21 "/#{@board.group.path}/:project_path/issues"
21 link_base = '/'
22 link_base << "#{@board.group.parent.path}/" if @board.group.subgroup?
  • Luke "Jared" Bennett resolved all discussions

    resolved all discussions

  • Please register or sign in to reply
    Loading