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
@MartinHinz I think what I actually meant by this was filtering and sorting of C14s using regular Rails methods (i.e. C14.where, C14.sort) as this is what we use in the C14 index view and other places where we list dates.
I think your recent PR I only addressed filtering within the data view? Sorry for the ambiguity.
Because there's a difficult to specify many-to-many relationship based on c14_age and c14_error. Maybe the new composite primary key feature in Rails 7.1 can help? https://edgeguides.rubyonrails.org/7_1_release_notes.html#composite-primary-keys
The text was updated successfully, but these errors were encountered: