Loading
feat: add a way for non desk apps to go desk page of the app [frappe] PR#42244
From: https://github.com/frappe/frappe/pull/42244
Date: 2026-08-29 00:36:42+05:30
- feat: add a way for non desk apps to go desk page of the app
Diagnostics
Suspicious changes found (Dokos Only / dokos):
* 3feb4c9a8bd143d788c3337e26c024d55a7da23e feat: add a way for non desk apps to go desk page of the app
```diff
```Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42244
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42244
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease