fix: Project Update Email Error (#21208)
* fix: Project Update Email Error * Update project.json Co-authored-by: Himanshu <himanshuwarekar@yahoo.com>
This commit is contained in:
parent
b1c2f4ef22
commit
02c9332695
@ -1,4 +1,5 @@
|
||||
{
|
||||
"actions": [],
|
||||
"allow_import": 1,
|
||||
"allow_rename": 1,
|
||||
"autoname": "field:project_name",
|
||||
@ -435,16 +436,18 @@
|
||||
},
|
||||
{
|
||||
"depends_on": "collect_progress",
|
||||
"description": "Message will sent to users to get their status on the project",
|
||||
"description": "Message will be sent to the users to get their status on the Project",
|
||||
"fieldname": "message",
|
||||
"fieldtype": "Text",
|
||||
"label": "Message"
|
||||
"label": "Message",
|
||||
"mandatory_depends_on": "collect_progress"
|
||||
}
|
||||
],
|
||||
"icon": "fa fa-puzzle-piece",
|
||||
"idx": 29,
|
||||
"links": [],
|
||||
"max_attachments": 4,
|
||||
"modified": "2019-09-24 15:02:50.208301",
|
||||
"modified": "2020-04-08 22:11:14.552615",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Project",
|
||||
@ -487,4 +490,4 @@
|
||||
"sort_order": "DESC",
|
||||
"timeline_field": "customer",
|
||||
"track_seen": 1
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user