Better log info for incompatible plugin help integration and changelog update

This commit is contained in:
Alexander Meindl 2018-10-25 16:23:10 +02:00
parent ec89c7a821
commit 5a420dc66f
2 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,10 @@ Changelog
++++++
- FontAwesome 5.4.1 support
- Usability improvment for change author in issue formular
- Usability improvement for change author in issue formular
- options and permission for issue requires timelog to use status
- New option to freeze issues on close. With permission "edit closed issue" user can break this rule.
- Fix problem with help menu and other redmine plugins (compatibility problem with other plugins)
2.0.14
++++++

View File

@ -109,7 +109,7 @@ module AdditionalsMenuHelper
begin
plugin_item_base = plugin.id.to_s.camelize.constantize
rescue LoadError
Rails.logger.info 'Ignore plugin for help integration'
Rails.logger.debug "Ignore plugin #{plugin.id} for help integration"
rescue StandardError => e
raise e unless e.class.to_s == 'NameError'
end