fix: duplicate a standard page as a plain page - #811
Merged
surajshetty3416 merged 1 commit intoSep 9, 2026
Conversation
copy_doc keeps no_copy fields by default, so a duplicate of a standard page carried is_standard and app over and opened read-only outside developer mode. The duplicate is now a plain page. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #811 +/- ##
===========================================
+ Coverage 66.86% 66.89% +0.02%
===========================================
Files 94 94
Lines 10496 10505 +9
===========================================
+ Hits 7018 7027 +9
Misses 3478 3478 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #597
frappe.copy_dockeepsno_copyfields unless told otherwise, so duplicating a standard page carriedis_standardandappover. Outside developer mode the copy then opened read-only, and inside it a second export was written for the same app. The duplicate now starts as a plain page: not standard, no app.