Skip to content
Snippets Groups Projects
Commit 6fbd430f authored by Oswaldo Ferreir's avatar Oswaldo Ferreir
Browse files

Initial CE backport for saved issue board

parent e829d5a0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,13 +21,8 @@ module BoardsHelper
end
 
def current_board_json
board = @board || @boards.first
board.to_json(
only: [:id, :name, :milestone_id],
include: {
milestone: { only: [:title] }
}
only: [:id, :name, :milestone_id]
)
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment