arkhitech / redmine_mentions

Allows users to mention team members in their notes/comments.
MIT License
94 stars 88 forks source link

Show a confirmation + warning message of emails sent #40

Open amenk opened 8 years ago

amenk commented 8 years ago
amenk commented 8 years ago

https://github.com/arkhitech/redmine_mentions/blob/master/lib/redmine_mentions/journal_patch.rb#L11

amenk commented 8 years ago

Trying to fix it...

amenk commented 8 years ago
        all_mentions = self.notes.scan(Regexp.new("(#{Setting.plugin_redmine_mentions['trigger']}\\w+)"))
        not_notified = all_mentions - mentioned_users

How can I display a warning text? Flash: ?

amenk commented 8 years ago

I am getting the attached error in the branch mentioned above. Can anybody give me a hint? screenshot_auswahl_025