/** * Constructor */ function SubmissionHandler() { parent::PKPSubmissionHandler(); $this->addRoleAssignment(array(ROLE_ID_AUTHOR, ROLE_ID_SUB_EDITOR, ROLE_ID_MANAGER), array('index', 'wizard', 'step', 'saveStep', 'fetchChoices')); }
/** * Setup common template variables. * @param $request Request */ function setupTemplate($request) { AppLocale::requireComponents(LOCALE_COMPONENT_APP_AUTHOR); return parent::setupTemplate($request); }
/** * Constructor */ function __construct() { parent::__construct(); $this->addRoleAssignment(array(ROLE_ID_AUTHOR, ROLE_ID_SUB_EDITOR, ROLE_ID_MANAGER), array('index', 'wizard', 'step', 'saveStep', 'fetchChoices')); }