openreview-py icon indicating copy to clipboard operation
openreview-py copied to clipboard

Deploy operation of SAC assignments affects AC group webfield

Open carlosmondra opened this issue 3 years ago • 1 comments

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

carlosmondra avatar Oct 29 '21 14:10 carlosmondra

Where exactly is this being set? It's only present in this file: seniorAreaChairWebfield.js and its variables gets updated here.

purujitgoyal avatar Jul 13 '22 17:07 purujitgoyal