Anomalie #21804
CODE REVIEW - Courrier crée malgré doctype non-autorisé
Start date:
08/18/2022
Due date:
09/12/2022
Version applicable:
Tags Courrier:
Description
- En tant que superadmin
Paramètre -> modèle d'enregistrement -> courrier arrivé -> type de courrier -> sélection des valeurs
allowed_values [1104,1131,1130];
- Valeur d'injections du courrier (curl):
$data['option'] = 'resources';
$data['data'][2] = [
"modelId" => 1,
"doctype" => 1020,
"subject" => "C'est le culte",
"documentDate"=> "2021/01/04",
"encodedFile" => base64_encode(file_get_contents('/home/lml/Documents/maarch.odt')),
"chrono" => true,
"destination" => "",
"format" => "odt",
"customFields" => [
"15" => "Non",
"9" => "123",
"44" => "SVE"
],
"status" => 'ATT'
];
le courrier est crée quand même
History
#3 Updated by Lionel MARIE-LOUISE 10 months ago
- Description updated (diff)
#4 Updated by Lionel MARIE-LOUISE 10 months ago
- Description updated (diff)
#5 Updated by Emmanuel DILLARD 9 months ago
- Due date set to 09/05/2022
- Status changed from A qualifier to A étudier
#6 Updated by Emmanuel DILLARD 9 months ago
- Subject changed from Courrier crée malgré doctype non-autorisé to CODE REVIEW - Courrier crée malgré doctype non-autorisé
- Priority changed from 1-Majeur to 2-Sérieux
#7 Updated by Emmanuel DILLARD 9 months ago
- Due date changed from 09/05/2022 to 09/12/2022
#8 Updated by Emmanuel DILLARD 9 months ago
- Status changed from A étudier to Résolue
- Assignee changed from Emmanuel DILLARD to Lionel MARIE-LOUISE
#10 Updated by Emmanuel DILLARD 6 months ago
- Status changed from Résolue to Clôturée