Feature #21727
mark every user as watcher of a news
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Invalid |
Description
Hello,
Per default only the author is watcher of the news he created.
/app/models/news.rbdef add_author_as_watcher
Watcher.create(:watchable => self, :user => author)
end
Which parameter I've to set to mark every user in redmine as watcher?
Thanks.
Felix
History
#1
Updated by Jan Niggemann (redmine.org team member) about 7 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please ask questions on the forums. Thank you.
#2
Updated by Felix Muster about 7 years ago
Oh sorry.
I didn't know....