- Issue created by @aaron.ferris
- Status changed to Needs review
over 1 year ago 7:30pm 22 August 2023 - πΊπΈUnited States earthday47 New York
@aaron.feris Thanks for the patch! I'll incorporate in the next release.
The class docblock for ContentTypeOrOtherSortOrder
doesn't seem to reflect what the class does
/**
* Provides a processor that hides results that don't narrow results.
*
* @FacetsProcessor(
* id = "content_type_or_other_sort",
* label = @Translation("Content type or Other - Sort order"),
* description = @Translation("Sort the results of Content type or Other so 'Other' is always the last item. NOTE: The value of 'Sort order' radio input will be ignored."),
* stages = {
* "sort" = 10
* }
* )
*/
Check the ContentTypeOrOtherSortOrder
docblock
Update docblock documentation
Needs review
1.0
Code
@aaron.feris Thanks for the patch! I'll incorporate in the next release.