fix(workspace): Don't allow Welcome as default workspace
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
This commit is contained in:
parent
3ec47b0975
commit
e3d00e9117
1 changed files with 1 additions and 1 deletions
|
|
@ -3,8 +3,8 @@ frappe.ui.form.on("User", {
|
|||
frm.set_query("default_workspace", () => {
|
||||
return {
|
||||
filters: {
|
||||
parent_page: ["is", "not set"],
|
||||
for_user: ["in", [null, frappe.session.user]],
|
||||
title: ["!=", "Welcome Workspace"],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue