Closed duiliol closed 2 years ago
Solution may be similar to the one in commit 40e13331100da60ec64d7ff67f4fc923e8bd79a7 "Add state for manually upload communication and convocation" of 9/11/2021, which would mean changing the data array (now empty) at main.get.js, line 620, within the call to allegaDocumentoAllaDomanda associated to operation Escludi similarly to what was done in the above-mentioned commit for Comunicazioni and Convocazioni:
dropdowns['<i class="icon-arrow-down"></i> Escludi'] = function () {
allegaDocumentoAllaDomanda('D:jconon_esclusione:attachment',
el['cmis:objectId'], [
{name:'jconon_comunicazione:stato', value:'GENERATO'},
{name:'jconon_attachment:user', value:el['jconon_application:user']},
{name:'jconon_comunicazione:email', value:el['jconon_application:email_comunicazioni']},
{name:'jconon_comunicazione:email_pec', value:el['jconon_application:email_pec_comunicazioni']},
{name:'aclCoordinatorRdP', value: 'GROUP_' + el.relationships.parent[0]['jconon_call:rdp']}], ...
I'm writing here my hypothetical solution since I'm currently running the template version of the project and for this reason I cannot test it.
Available on version 4.10.6
Upon excluding a candidate from an RdP user, after uploading the attachment, the candidate is effectively excluded.
However, the corresponding exclusion communication (Esclusioni-Visualizza) does not have a status or a mail address set:
Additionally, looking at candidate information from "Visualizza" command shows address and telephone number from the candidate and email address of the RdP who excluded the candidate: