mantisbt-plugins / source-integration

Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
http://noswap.com/projects/source-integration/
MIT License
181 stars 130 forks source link

bug resolution doesnt work without bug assingment #264

Closed Heavenfighter closed 6 years ago

Heavenfighter commented 6 years ago

With commit 5ff5acc82c4419f31c0908dc8a8777592150d9c0 the bug resolution and assignment logic has been updated. This causes that when option plugin_Source_bugfix_handler isnt set, the bug didn't get resolved. In my opinion that are two different functions, that shouldnt be mixed. In my case an issue should be resolved, and not be assigned to changeset committer or changeset user. This should only happen, when option plugin_Source_bugfix_handler is set.

Heavenfighter commented 6 years ago

Edit: Seems like its the same as #229