You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering the has_many field in the show view, we should search for fields based on both the ID (speakers) and the association type (has_many) to ensure the correct field is selected.
Since hide_on: [:show, :forms] is present on the tags field it should not even be taken into consideration when searching for fields on the show view.
Context
When there are two fields with the same ID, the current implementation does not distinguish between different field types. For example:
When rendering the
has_many
field in the show view, we should search for fields based on both the ID (speakers
) and the association type (has_many
) to ensure the correct field is selected.Since
hide_on: [:show, :forms]
is present on thetags
field it should not even be taken into consideration when searching for fields on the show view.Originally reported here.
The text was updated successfully, but these errors were encountered: