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
If you use include_flex_columns_from, and the flex_column on the target model has the same name as the association from the original model to the target model, you get an infinite recursion and hence SystemStackError. There is no easy solution to this, but we should raise a clear error instead of getting into infinite recursion.
(Note to myself to fix this soon.)
The text was updated successfully, but these errors were encountered:
If you use include_flex_columns_from, and the flex_column on the target model has the same name as the association from the original model to the target model, you get an infinite recursion and hence SystemStackError. There is no easy solution to this, but we should raise a clear error instead of getting into infinite recursion.
(Note to myself to fix this soon.)
The text was updated successfully, but these errors were encountered: