Skip to content

fix: new and add child button for empty tree doctype by rutwikhdev [frappe] PR#26328

Bot Dokos requested to merge ft-pr-26328 into develop

From: https://github.com/frappe/frappe/pull/26328
Date: 2024-05-13 11:31:19+05:30

  • chore: show doctype name as root node in treeview
  • fix: new and add child button for empty tree doctype



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26328

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26328

# 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

Merge request reports