TexasDigitalLibrary / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
https://texasdigitallibrary.atlassian.net/wiki/spaces/VUG/pages/87490642/About
GNU General Public License v2.0
46 stars 35 forks source link

Issue: Search Box does not appear after selecting it in the filter of the admin list. #1874

Closed kaladay closed 5 months ago

kaladay commented 10 months ago

This is the first solution described below that fully hides the "Search Box" from the filter list to avoid this confusion. The previous solution of hiding the "Search Box" is incomplete and still displays the "Search Box" in the "Disabled Filters" column. The "Search Box" is filtered out of the "Disabled Filters" by this commit.

The following are the results of the investigation into this problem: The Search Box filter, when selected, gets saved to the database and returned to the UI on an appropriate /submission-list/filter-columns-by-user call.

What is happening is that the Search Box is explicitly being removed from the filter list:

And then later is handled differently as an "Excluded Column":

It appears to be originally added here with the exluded column:

Vireo Slack messages relating to Search Box:

Referenced Github issues from the conversations:

kaladay commented 5 months ago

Closing with the proof of concept being manually inserted into the issue: https://github.com/TexasDigitalLibrary/Vireo/issues/1875 .