agileware-jp / redmine_issue_templates

Redmine Issue Template. Pull requests, reporting issues, stars and sponsoring are always welcome!
https://www.redmine.org/plugins/redmine_issue_templates
GNU General Public License v2.0
71 stars 33 forks source link

Fix first template will always be loaded for tracker #106

Open popy2k14 opened 1 month ago

popy2k14 commented 1 month ago

Fix for issue #105.

If you change the template multiple times, on every change a new event listener is added, without removing the old ones. This leads to the issue #105.