How to add a new Director Decision with email template in OCS

How to add a new Director Decision with email template in OCS. I have to create a decision called Accept as Poster below invite presentations. It will be available only on abstract review.

Hi @Subrat_Kumar_Sahu,

This will require some PHP coding, and the details would depend heavily on how you want the new decision to interact with the workflow. I can’t provide detailed help through modifying the code, but if you have PHP skills and can describe what you’re trying to accomplish more broadly, I may be able to suggest where to start.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,

I have added this code on classes/submission/trackDirector/TrackDirectorSubmission.inc.php
$directorDecisionOptions[SUBMISSION_DIRECTOR_DECISION_POSTER] = ‘director.paper.decision.Poster’;

But didn’t get any result.

Hi @Subrat_Kumar_Sahu,

There will be quite a few more changes required than that. I’d suggest searching the codebase for one of the existing decision constants and looking at where it’s used.

Regards,
Alec Smecher
Public Knowledge Project Team