-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Emails] Nouveau mail de demande d'ajout de documents #3291
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
public function __invoke(NewSignalementCheckFileMessage $newSignalementCheckFileMessage): void | ||
{ | ||
$this->logger->info('Start handling NewSignalementCheckFileMessage', [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c’était pour test ou tu veux garder ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'était le cas sur un autre message, j'ai juste copié en me disant que ça permettrait de débug au début. Rien d'obligatoire.
$this->suivi = $this->createSuivi($signalement, $documents, $desordres); | ||
} | ||
|
||
$this->logger->info('NewSignalementCheckFileMessage handled successfully', [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
même question, on garde ?
a387faa
to
ad511d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas encore testé
src/Messenger/MessageHandler/NewSignalementCheckFileMessageHandler.php
Outdated
Show resolved
Hide resolved
src/Messenger/MessageHandler/NewSignalementCheckFileMessageHandler.php
Outdated
Show resolved
Hide resolved
src/Messenger/MessageHandler/NewSignalementCheckFileMessageHandler.php
Outdated
Show resolved
Hide resolved
src/Messenger/MessageHandler/NewSignalementCheckFileMessageHandler.php
Outdated
Show resolved
Hide resolved
src/Messenger/MessageHandler/NewSignalementCheckFileMessageHandler.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/Messenger/MessageHandler/NewSignalementCheckFileMessageHandler.php
Outdated
Show resolved
Hide resolved
src/Messenger/MessageHandler/NewSignalementCheckFileMessageHandler.php
Outdated
Show resolved
Hide resolved
src/Messenger/MessageHandler/NewSignalementCheckFileMessageHandler.php
Outdated
Show resolved
Hide resolved
cf93e15
to
47bca75
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lecture et test OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Ticket
#3221
Description
Lorsqu'un usager crée un signalement, si il n'a pas ajouté de documents dans les parties où c'est nécessaire, on lui renvoie un e-mail avec un petit décalage pour qu'il envoie les documents.
Changements apportés
Messenger
FEATURE_CHECK_NEW_SIGNALEMENT_FILES
DELAY_MIN_CHECK_NEW_SIGNALEMENT_FILES
Tests