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
As a user I want to be able to sort the project samples and group samples table via a metadata column
Acceptance Criteria
Add a custom sort method to the group and project_namespace models (self.metadata_sort) which will accept the field and direction as parameters
Sort at the group samples level should work on metadata fields
Sort at the project samples level should work on metadata fields
Note: The field and direction parameters are available in the controller via ransack
The text was updated successfully, but these errors were encountered:
Summary
As a user I want to be able to sort the project samples and group samples table via a metadata column
Acceptance Criteria
Add a custom sort method to the group and project_namespace models (
self.metadata_sort
) which will accept the field and direction as parametersSort at the group samples level should work on metadata fields
Sort at the project samples level should work on metadata fields
Note: The field and direction parameters are available in the controller via ransack
The text was updated successfully, but these errors were encountered: