Skip to content

Commit

Permalink
fix: limit select user to desk users by default (#25843) (#25996)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9524413)

Co-authored-by: Ankush Menat <ankush@frappe.io>
  • Loading branch information
mergify[bot] and ankush committed Apr 17, 2024
1 parent b44adf9 commit 374c75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/core/doctype/user/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
"write": 1
},
{
"role": "All",
"role": "Desk User",
"select": 1
}
],
Expand Down

0 comments on commit 374c75c

Please sign in to comment.