Description of the issue/feature this PR addresses
This Pull Request addresses an issue introduced with https://github.com/senaite/senaite.core/pull/2567 so that categories are no longer sorted by Sort Key in analyses listings and in sample add form. Reason is that sortable_title was declared as an indexer for the old IAnalysisCategory marker interface that was used for AT.
Current behavior before PR
Analysis categories are not sorted in accorance with SortKey in analyses listings
Desired behavior after PR is merged
Analysis categories are sorted in accorance with SortKey in analyses listings
--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.
Description of the issue/feature this PR addresses
This Pull Request addresses an issue introduced with https://github.com/senaite/senaite.core/pull/2567 so that categories are no longer sorted by Sort Key in analyses listings and in sample add form. Reason is that
sortable_title
was declared as an indexer for the oldIAnalysisCategory
marker interface that was used for AT.Current behavior before PR
Analysis categories are not sorted in accorance with SortKey in analyses listings
Desired behavior after PR is merged
Analysis categories are sorted in accorance with SortKey in analyses listings
-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.