openreview-py
openreview-py copied to clipboard
Deploy operation of SAC assignments affects AC group webfield
After running deploy from /assignments?group=<SAC_group_id>
the AC group webfield was left with a syntax error that didn't allow the webfield to load. In particular, this happened in ICLR 2022:
This line was changed
var ASSIGNMENT_LABEL = 'SAC-AC assignment 5';
to
var ASSIGNMENT_LABEL = SAC-AC assignment 5; // <-- Note the missing quotes
Where exactly is this being set? It's only present in this file: seniorAreaChairWebfield.js and its variables gets updated here.