Actions
Bug #2903
closedWrong number of arguments in NewsController#show
Start date:
02/07/2025
Due date:
02/07/2025
% Done:
100%
Estimated time:
Description
With RM 6 there is this error:
D, [2025-02-07T14:24:14.207458 #1] DEBUG -- : ↳ plugins/redmine_news_notification/app/models/news_notification.rb:64:in `already_read?'
I, [2025-02-07T14:24:14.207867 #1] INFO -- : Completed 500 Internal Server Error in 42ms (ActiveRecord: 10.1ms (7 queries, 0 cached) | GC: 0.0ms)
F, [2025-02-07T14:24:14.208607 #1] FATAL -- :
ArgumentError (wrong number of arguments (given 1, expected 0)):
plugins/redmine_news_notification/app/models/news_notification.rb:59:in `mark_as_read'
plugins/redmine_news_notification/lib/redmine_news_notification/overrides/news_controller_patch.rb:38:in `show'
lib/redmine/sudo_mode.rb:78:in `sudo_mode'
Actions