openreview / openreview-web

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

Fix/ PC Console - separate propertiesAllowed config for AC status tab #2098

Closed xkopenreview closed 1 month ago

xkopenreview commented 2 months ago

this pr should add a config in PC console

areaChairStatusPropertiesAllowed

which is the query search config overwrite for AC status tab

currently AC status tab reads the config "propertiesAllowed" which is for paper status tab but the data structure of paper status tab and ac status tab are different so it probably won't work.

the behavior of overwriting the default config is not changed because it's consistent with SAC status tab (direct paper assignment)