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
Resource cards are not rendering correctly within associations because the generated path for each card neglects to account for the parent resource or record.
Let's augment support so that cards are rendered appropriately even when resources are displayed within association tables, such as those found in has many fields
Until support for rendering cards within associations is implemented, this issue can be avoided by employing the following workaround
defcardsreturnifparams.dig(:related_name).present?card ...
end
The text was updated successfully, but these errors were encountered:
Context
Resource cards are not rendering correctly within associations because the generated path for each card neglects to account for the parent resource or record.
Let's augment support so that cards are rendered appropriately even when resources are displayed within association tables, such as those found in has many fields
Until support for rendering cards within associations is implemented, this issue can be avoided by employing the following workaround
The text was updated successfully, but these errors were encountered: