Skip to content

Commit

Permalink
fix: add permission for anyone to create feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Nov 25, 2024
1 parent 6c27b9e commit b693e94
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-11-25 21:08:23.023720",
"modified": "2024-11-25 23:01:17.163385",
"modified_by": "Administrator",
"module": "Helpdesk",
"name": "HD Article Feedback",
Expand All @@ -51,6 +51,18 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "All",
"share": 1,
"write": 1
}
],
"sort_field": "creation",
Expand Down

0 comments on commit b693e94

Please sign in to comment.