mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-29 17:11:33 +02:00
fix: notify update on status change (#18764)
This commit is contained in:
committed by
Nabin Hait
parent
e014b898bd
commit
736eed01c2
@@ -165,6 +165,7 @@ class Project(Document):
|
||||
|
||||
task.run_method("validate")
|
||||
task.db_update()
|
||||
task.notify_update()
|
||||
else:
|
||||
task.save(ignore_permissions = True)
|
||||
task_names.append(task.name)
|
||||
|
||||
Reference in New Issue
Block a user