Commit d3b1c5ec authored by Felipe Artur's avatar Felipe Artur

Fix creating lists for subgroups

parent 666e87d9
...@@ -19,7 +19,7 @@ class Groups::BoardsController < Groups::ApplicationController ...@@ -19,7 +19,7 @@ class Groups::BoardsController < Groups::ApplicationController
def assign_endpoint_vars def assign_endpoint_vars
@boards_endpoint = group_boards_path(group) @boards_endpoint = group_boards_path(group)
@namespace_path = group.path @namespace_path = group.to_param
@labels_endpoint = group_labels_path(group) @labels_endpoint = group_labels_path(group)
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment