Custom provider - Translation Received Notification fired only on manual check
Hallo,
i managed to create a custom provider, everything is working fine except that it does not send the email notification when the job is set to "received" during background check.
If the job is set to "Received" whend th user hits the "check" button the notification is sent.
I see the Check method of the provider is called in both cases but no notification is sent in case the check is automatic.
I tried adding a call to the _translateContext.JobService.ReturnJob(job) method but it fires exception when the check is autmatic.
yeah, I need to take a look at this, we had a similar issue with Translation Manager v8 not firing the received notifications, I suspect its the same thing we just didn't port the fix back to the v7 one :(
Custom provider - Translation Received Notification fired only on manual check
Hallo, i managed to create a custom provider, everything is working fine except that it does not send the email notification when the job is set to "received" during background check. If the job is set to "Received" whend th user hits the "check" button the notification is sent.
I see the Check method of the provider is called in both cases but no notification is sent in case the check is automatic.
I tried adding a call to the _translateContext.JobService.ReturnJob(job) method but it fires exception when the check is autmatic.
Does anyone has a point about that? Thank you
Hi,
yeah, I need to take a look at this, we had a similar issue with Translation Manager v8 not firing the received notifications, I suspect its the same thing we just didn't port the fix back to the v7 one :(
Kevin
thank you,
i'll keep an eye on the future releases for v 7
Michelangelo
is working on a reply...