phlegx / redmine_gitlab_hook

This plugin allows you to update your local Git repositories in Redmine when changes have been pushed to GitLab.
MIT License
218 stars 73 forks source link

Fix #33 Need use string to get value in Setting.plugin_redmine_gitlab_hook #39

Closed jcppkkk closed 6 years ago

jcppkkk commented 6 years ago

After test, Setting.plugin_redmine_gitlab_hook[:fetch_updates] yield empty value :cry:

Cannot use symbol to access value in Setting.plugin_redmine_gitlab_hook

phlegx commented 6 years ago

Thx @jcppkkk!