alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

Improve add watcher and installing this plugin under proxy. #349

Closed crosspoints closed 6 years ago

crosspoints commented 6 years ago

Gemfile changed: for proxy app/views/articles/show.html.erb and app/views/categories/show.html.erb changed: improve add watcher

please ignore init.rb

robspearman commented 6 years ago

Thanks very much for your patches! The Watch and Unwatch links seem to work. However, there are problems with the Watchers section:

Do you have any ideas on these?

crosspoints commented 6 years ago

I think mypatch improve "Adding a watcher fails if you do not have the issue tracking module enabled for the project".

It causes "<%= render :partial => 'watchers/watchers', :locals => {:watched => @article} %>" in show.html.erb It uses the watchers in redmine core. So I changed them in articles and categories.

crosspoints commented 6 years ago

I mistook. That patch still remain the problem.