Mail links
* adds direct object links into mail templates * refactors transferring app-model identification data from fore- to background (celery) properly
This commit is contained in:
@@ -193,9 +193,7 @@ class ResubmissionTestCase(BaseTestCase):
|
||||
|
||||
self.assertFalse(resubmission.resubmission_sent)
|
||||
resubmission.send_resubmission_mail(
|
||||
self.intervention.identifier,
|
||||
[
|
||||
"Test_municipal_1"
|
||||
],
|
||||
self.intervention.id,
|
||||
self.intervention.get_app_object_tuple()
|
||||
)
|
||||
self.assertTrue(resubmission.resubmission_sent)
|
||||
|
||||
Reference in New Issue
Block a user