Better log info for incompatible plugin help integration and changelog update
This commit is contained in:
parent
ec89c7a821
commit
5a420dc66f
@ -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
|
||||
++++++
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user