Skip to content

Remove unused view and associated helper method

Vijay Hawoldar requested to merge vij-cleanup-sort-views into master

What does this MR do?

Whilst implementing !64620 (merged) I noticed that the members/_sort_dropdown partial was not actually being used anywhere.

That partial makes use of member_sort_options_hash but that is also not used anywhere else, as well as some of the sort titles/values used within that method.

This MR cleans up the codebase a little by removing them.

(The sortable fields are handled in vue now)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Vijay Hawoldar

Merge request reports

Loading