diff --git a/app/helpers/translatable_form_helper.rb b/app/helpers/translatable_form_helper.rb index b4c80757f..807fa8d6f 100644 --- a/app/helpers/translatable_form_helper.rb +++ b/app/helpers/translatable_form_helper.rb @@ -11,7 +11,7 @@ module TranslatableFormHelper end def backend_translations_enabled? - (controller.class.parents & [Admin, Management, Valuation]).any? + (controller.class.parents & [Admin, Management, Valuation, Tracking]).any? end def highlight_translation_html_class