openreview / openreview-web

The official web interface for OpenReview.net
https://openreview.net
GNU Affero General Public License v3.0
13 stars 2 forks source link

PC Console - selected ids should be cleared when user perform new search #2083

Closed xkopenreview closed 3 weeks ago

xkopenreview commented 3 weeks ago

when user check some rows and perform a search the results of which does not contain the selected rows, the selection should be cleared when user perform a search.

for example user selected paper 1, then did a search where the results is paper 2 and 3. the user then checked paper 3. it appears on the page only paper 3 is selected but actually paper 1 and paper 3 are both selected.

the selection is used for sending emails. it has no effect as of now because email sending has a check for recipient groups and paper 1 is not displayed so it's filtered out but should be corrected.