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
The !trackable_parent_class.tracked?(k) is causing tracked attributes on the child relation to be removed if the attribute is not whitelisted in the parent. This seems to be a logic error.
In tracker.rb...
The
!trackable_parent_class.tracked?(k)
is causing tracked attributes on the child relation to be removed if the attribute is not whitelisted in the parent. This seems to be a logic error.For example:
tracked_edits
returns nothing unlessbody
is whitelisted in the parent model like this...Attempting to whitelist the attribute for the embedded child does not work...
The text was updated successfully, but these errors were encountered: