Acivity by default
Added by Влад Владыч about 13 years ago
Good day!
I have a problem with activity in Redmine. My boss wants to see messages in activity. But he needs every time after reloading Activity page select checkbox messages and click apply
How can I make check-box near Messages to be always select ?
Thank you for your future response.
messages.PNG (27.6 KB) messages.PNG |
Replies (2)
RE: Acivity by default - Added by Mischa The Evil about 13 years ago
Влад Владыч wrote:
[...]
How can I make check-box near Messages to be always select?
This is not possible with an out-of-the-box stock Redmine. You could however change the default behaviour by hacking the core-code at source:/trunk/lib/redmine.rb@7623#L219 from:
activity.register :messages, :default => false
to:
activity.register :messages, :default => true