diff --git a/app/models/core_workflow/attributes.rb b/app/models/core_workflow/attributes.rb index 57ae9cfdf..c5c6b0033 100644 --- a/app/models/core_workflow/attributes.rb +++ b/app/models/core_workflow/attributes.rb @@ -213,7 +213,7 @@ class CoreWorkflow::Attributes end def attribute_options_relation?(attribute) - attribute[:relation].present? + attribute[:tag] == 'select' && attribute[:relation].present? end def values(attribute)