Hi there!
I was testing Redmine 4.1 and found that vault fails with Internal error, upon closer inspection found this in the log:
ActionView::Template::Error (wrong number of arguments (given 1, expected 0)):
78: <% if Redmine::VERSION.to_s.start_with?('3.4') or Redmine::VERSION.to_s.start_with?('4.0') %>
79: <%= context_menu %>
80: <% else %>
81: <%= context_menu project_keys_context_menus_path(@project) %>
82: <% end %>
83:
84: <script type="text/javascript">
Regards
Hi there!
I was testing Redmine 4.1 and found that
vaultfails with Internal error, upon closer inspection found this in the log:Regards