hdgarrood / redmine_release_notes

A plugin to add release notes to Redmine
GNU General Public License v3.0
73 stars 47 forks source link

Marking release notes as complete whilst adding the notes #30

Closed defsdoor closed 11 years ago

defsdoor commented 11 years ago

plugins/redmine_release_notes/app/controllers/release_notes_controller.rb

Line 109 - should be -

    update_custom_field('1')

else you get - ArgumentError (wrong number of arguments (0 for 1)): plugins/redmine_release_notes/app/controllers/release_notes_controller.rb:198:in update_custom_field' plugins/redmine_release_notes/app/controllers/release_notes_controller.rb:109:increate'

hdgarrood commented 11 years ago

funnily enough, i found out about this exact same bug just a couple of days ago.

hdgarrood commented 11 years ago

thanks for the bug report.

defsdoor commented 11 years ago

My pleasure - trialling release notes and liking it so far. Thank you.

hdgarrood commented 11 years ago

:D