Skip to content

Commit

Permalink
ARR: Enable track status tab (#2203)
Browse files Browse the repository at this point in the history
* Add config variables

* Use ARR component
  • Loading branch information
haroldrubio authored Jun 17, 2024
1 parent c7ef86e commit 1743ff1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openreview/arr/webfield/programChairsWebfield.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (areaChairName) {
}

return {
component: 'ProgramChairConsole',
component: 'ARRProgramChairConsole',
version: 1,
properties: {
header: {
Expand Down Expand Up @@ -112,6 +112,13 @@ return {
requestFormId: domain.content.request_form_id?.value,
assignmentUrls: assignmentUrls,
emailReplyTo: domain.content.contact?.value,
customMaxPapersName: 'Custom_Max_Papers',
trackStatusConfig: {
submissionTrackname: 'research_area',
registrationTrackName: 'research_area',
registrationFormName: 'Registration',
roles: ['Reviewers', 'Area_Chairs', 'Senior_Area_Chairs']
},
submissionContentFields: [
{
field: 'flagged_for_desk_reject_verification',
Expand Down

0 comments on commit 1743ff1

Please sign in to comment.