Skip to content

Commit

Permalink
fix: remove status field form article category doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Jan 21, 2025
1 parent f60bb05 commit 03909a8
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"category_name",
"description",
"column_break_iczs",
"status",
"icon"
],
"fields": [
Expand All @@ -27,13 +26,6 @@
"fieldtype": "Text",
"label": "Description"
},
{
"default": "Published",
"fieldname": "status",
"fieldtype": "Select",
"label": "Status",
"options": "Published\nDraft\nArchived"
},
{
"fieldname": "icon",
"fieldtype": "Data",
Expand All @@ -45,7 +37,7 @@
}
],
"links": [],
"modified": "2025-01-16 21:47:20.362630",
"modified": "2025-01-21 19:52:51.131313",
"modified_by": "Administrator",
"module": "Helpdesk",
"name": "HD Article Category",
Expand Down

0 comments on commit 03909a8

Please sign in to comment.