Page pack mass action not working for child pages.

First noticed in 7.20.

Packing and unpacking a child page without it’s master page in the same pagepack results in the unpacked child page being completely blank.


The strange thing is that the XML looks right… the XML of the unpacked page is identical to the XML of the source page.

But the connection to the master is somehow lost… even if the master exists in the org… So the page shows completely blank.

How can I fix this?

I don’t want to pack and unpack the master page because there are slight modifications to it in the target org that I don’t want to have to re-create.

Matt,

We’ll take a look at why the page got detached from the Master page, but the quickest way to get it reattached is to query for the record in the Salesforce Dev Console, and update the value manually. You could also build a Skuid page on the Page object, add the MasterPage__c field to the layout, and edit it that way, of course.

Always rather build a skuid page than enter the strange foreign world of the dev console!

Of course! 

This is fixed as of Banzai Update 5 (7.21+). Thanks for reporting this, Matt!