Skip to content

Commit

Permalink
Merge pull request #2060 from RitvikSardana/new-settings-default
Browse files Browse the repository at this point in the history
fix: by default new settings should be enabled
  • Loading branch information
RitvikSardana authored Nov 22, 2024
2 parents b49c0c3 + ac6584f commit e2d4ee9
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 e2d4ee9

Please sign in to comment.