Skip to content

Commit

Permalink
fix: by default new settings should be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Nov 22, 2024
1 parent b49c0c3 commit ac6584f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helpdesk/helpdesk/doctype/hd_settings/hd_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"fieldtype": "Section Break"
},
{
"default": "0",
"default": "1",
"description": "When enabled, the ticket status will automatically change to \"Replied\" whenever the agent responds to a ticket.\n",
"fieldname": "auto_update_status",
"fieldtype": "Check",
Expand All @@ -316,7 +316,7 @@
"label": "Feedback"
},
{
"default": "0",
"default": "1",
"description": "If enabled, the feedback dialog will be shown, when a user tries to close a ticket. \nNote: User can't close a ticket without giving a feedback.",
"fieldname": "is_feedback_mandatory",
"fieldtype": "Check",
Expand All @@ -325,7 +325,7 @@
],
"issingle": 1,
"links": [],
"modified": "2024-11-22 17:25:40.112881",
"modified": "2024-11-22 19:47:41.543679",
"modified_by": "Administrator",
"module": "Helpdesk",
"name": "HD Settings",
Expand Down

0 comments on commit ac6584f

Please sign in to comment.