[Fix] Task email alert on status change not working if we change the task status from the project form
This commit is contained in:
parent
dc7004e083
commit
86217ca96c
@ -120,7 +120,7 @@ class Project(Document):
|
|||||||
"modified": now()
|
"modified": now()
|
||||||
})
|
})
|
||||||
|
|
||||||
task.validate()
|
task.run_method("validate")
|
||||||
task.db_update()
|
task.db_update()
|
||||||
else:
|
else:
|
||||||
task.save(ignore_permissions = True)
|
task.save(ignore_permissions = True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user