You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all values of init.rb are taking during normal installation (RAILS_ENV=production NAME=redmine_git_hosting rake redmine:plugins:migrate):
It's normal, they don't come from here. When you're doing redmine:plugins:migrate values are taken from existing installation or set to default (default value is hardcoded in migration file).
Dear all, dear Nicolas
I'm using v0.7.6 and see strange behaviour with
init.rb
:some
init.rb
-config-values are not taken on normalredmine:plugins:migrate
Not all values of
init.rb
are taking during normal installation (RAILS_ENV=production NAME=redmine_git_hosting rake redmine:plugins:migrate
):Example: the values of
are not taken.
Documentation-Bug:
Here configuration/notes/#resynchronization-of-gitolite-configuration we can read:
To restore/update your plugin settings, set you current settings in init.rb file, then execute:
This does not work: redmine_git_hosting:
restore_default_settingsInstead use:
redmine_git_hosting:restore_defaults
some
init.rb
-config-values are not taken onredmine_git_hosting:restore_defaults
Even when explicitly running
some values are not taken:
Thanks so much for Redmine Git Hosting!!! Best Redmine plugin! ;)
The text was updated successfully, but these errors were encountered: