Pages

Pages are managed at Admin→Page and can be acitvated and deactivated.

Field Description
URL name ConfMaster internal name for a single page (Do not change!)
App Name ConfMaster internal name for a set of pages (Do not change!)
Menu Title Menu Text (Displayed under the Role Name in the main Menu. Leave blank for pages which are not accessible from the main menu.
Rank Determines the order in the Roles menu
Role Role, which can access the page.
Assigned Papers only If checked, only papers which are assigned to the reviewer / which are submitted by the author can be accessed with this page.
Nominated Persons only (not used yet)
Success Path Some pages require a special url name to redirect after success, e.g. after successful paper submission, redirect to list of submissions
Cancel Path Some pages require a special url name to redirect after cancel
Success Message Some pages require a special message to indicate success
Is active Inactive pages are not accessible.
Parameters Some pages require page specific parameters in JSON / Python format (see below)

Pages Specific Parameters

For some pages additional parameters are required. Per page mulitple parameters can be stored as a JSON array. Each of these JSON parameters itself, can be a Python list, tuple or dictionary - see the concrete page parameters below.

To check JSON Format use the JSON Formatter.

assignmentList

{"assignable_role_ids": "['rev_3', 'rev_4', 'rev_5']"}

assignReviewersList

{"assignable_role_ids": "['rev_1', 'rev_2', 'rev_3', 'rev_4', 'rev_5']"}

disscussPaperList

{"discuss_without_review": "True"}

allows a reviewer (rev_x) to discuss a paper without prior reviewing the paper