Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Undeploy: with pages does not work if the Object standard actions are override #25

Open
xhiena opened this issue Aug 10, 2018 · 0 comments

Comments

@xhiena
Copy link

xhiena commented Aug 10, 2018

I have several visualforce pages overriding the standard "view", "clone","new" actions.
When cleaning the Visualforce pages it fails because the page is referenced in the action:

pages/QuoteDetail.page -- Error: You can't change the standard controller object QuoteLineItem because this page is referenced in the action override View.

It happens with standard and custom objects:

pages/invoicedetail.page -- Error: You can't change the standard controller object Invoice__c because this page is referenced in the action override View.

It also fails with extension classes (classes created to extend the controllers of a visualforce page):

classes/CountryRegionExtension.cls -- Error: The method object (ApexPages.StandardController) is referenced by Visualforce Page (CountryRegionMap) in salesforce.com. Remove the usage and try again. (line 5, column 12)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant