Skip to content

Commit

Permalink
fix(KB): title shouldnt be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitbhanushali committed Jun 25, 2024
1 parent 4dcffae commit aed7db5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions helpdesk/helpdesk/doctype/hd_article/hd_article.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Title",
"reqd": 1,
"unique": 1
"reqd": 1
},
{
"fieldname": "category",
Expand Down Expand Up @@ -90,7 +89,7 @@
],
"links": [],
"make_attachments_public": 1,
"modified": "2024-05-16 17:24:36.902658",
"modified": "2024-06-25 11:58:31.475327",
"modified_by": "Administrator",
"module": "Helpdesk",
"name": "HD Article",
Expand Down

0 comments on commit aed7db5

Please sign in to comment.