Skip to content

Commit

Permalink
Merge pull request #530 from eyra/context-menu
Browse files Browse the repository at this point in the history
Changed order of context menu
  • Loading branch information
mellelieuwes authored Dec 21, 2023
2 parents bf0a3c7 + 24a2e98 commit e986074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systems/assignment/crew_page_builder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ defmodule Systems.Assignment.CrewPageBuilder do
end

defp context_menu_items(assignment, _assigns) do
[:consent, :assignment_intro, :assignment_support]
[:assignment_intro, :consent, :assignment_support]
|> Enum.map(&context_menu_item(&1, assignment))
|> Enum.filter(&(not is_nil(&1)))
end
Expand Down

0 comments on commit e986074

Please sign in to comment.