In the main stories dashboard, the visible stories tab is unable to be sorted by each column. Clicking it does not provide the same behaviour as pending map changes and all stories.
Steps to Reproduce
Navigate to the visible stories tab, click on the sort option in the table's header.
Potential Solution
Look in the table in /admin/AllStories/index and check the data type (is it StoryView) for thetabValue={1} and check if the correct ID's are passed for sort.
Description
In the main stories dashboard, the visible stories tab is unable to be sorted by each column. Clicking it does not provide the same behaviour as pending map changes and all stories.
Steps to Reproduce
Navigate to the visible stories tab, click on the sort option in the table's header.
Potential Solution
Look in the table in
/admin/AllStories/index
and check the data type (is itStoryView
) for thetabValue={1}
and check if the correct ID's are passed for sort.