diff --git a/app/models/core_workflow/attributes.rb b/app/models/core_workflow/attributes.rb index c599fcd7b..8c121fea2 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)