We have found that upon every alternate time we mirror our content, the PageExternalUrl property is cleared on the mirroring target. I gather this is a known EPiServer bug?
I have tried a workaround whereby I have created a property ("ShortAddress"), which is populated by copying the value from the PageExternalUrl upon save of a page. Then, on the MirroringCompletedEvent, I copy the value of ShortAddress back into PageExternalUrl, by creating a writeableclone (as it's a read-only property).
Unfortunately this was an epic fail as well - my solution only copes the property on every alternate mirroring event too.
We have found that upon every alternate time we mirror our content, the PageExternalUrl property is cleared on the mirroring target. I gather this is a known EPiServer bug?
I have tried a workaround whereby I have created a property ("ShortAddress"), which is populated by copying the value from the PageExternalUrl upon save of a page. Then, on the MirroringCompletedEvent, I copy the value of ShortAddress back into PageExternalUrl, by creating a writeableclone (as it's a read-only property).
Unfortunately this was an epic fail as well - my solution only copes the property on every alternate mirroring event too.
Has anyone else come across this problem?