Project

General

Profile

Acivity by default

Added by Влад Владыч over 12 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.


Replies (2)

RE: Acivity by default - Added by Mischa The Evil over 12 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

RE: Acivity by default - Added by Влад Владыч over 12 years ago

Thank you foк your help !

    (1-2/2)