annikoff/redmine_plugin_computed_custom_field

View on GitHub
lib/computed_custom_field/hooks.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ComputedCustomField
  class Hooks < Redmine::Hook::ViewListener
    render_on :view_custom_fields_form_upper_box,
              partial: 'hooks/view_custom_fields_form_upper_box'
  end
end