Restream / redmine_tagging

Add simple tagging support to Redmine Issues/Wiki pages
113 stars 50 forks source link

fixes taggable issue with recent wiki controller changes #86

Open jkraemer opened 5 years ago

jkraemer commented 5 years ago

A recent fix in Redmine's WikiController (http://www.redmine.org/issues/31334) broke updating wiki pages with the tagging plugin installed.

This patch avoids the situation by moving the tag parsing into a safe_attribute setter in the WikiPage model, making it unnecesary to patch the WikiController at all.