Hi everyone,
I need some help with customizing the main side menu bar in Frappe. Specifically, I want to redirect to a specific doctype when I click on “DocMaster” in the main side menu. How can I achieve this?
Thanks in advance!
Hi everyone,
I need some help with customizing the main side menu bar in Frappe. Specifically, I want to redirect to a specific doctype when I click on “DocMaster” in the main side menu. How can I achieve this?
Thanks in advance!
If you are using the latest develop
branch of the frappe framework, you can add a link in the sidebar while creating a new workspace by selecting ‘Link’ instead of ‘Workspace’.
If you do this in any other way, like by overriding, it may cause issues in the next release. The Frappe UI is getting major updates, especially in workspaces, so in my perspective, it is better to avoid custom changes for now