silverstripe / silverstripe-cms

Silverstripe CMS - this is a module for Silverstripe Framework rather than a standalone app. Use https://github.com/silverstripe/silverstripe-installer/ to set this up.
http://silverstripe.org/
BSD 3-Clause "New" or "Revised" License
516 stars 333 forks source link

FIX Don't hardcode edit link for virtual page #2888

Closed mirche97 closed 1 year ago

mirche97 commented 1 year ago

VirtualPage now uses $this->CopyContentFrom()->CMSEditLink() to generate edit links

Replaces https://github.com/silverstripe/silverstripe-cms/pull/2882

Fixes the following issue: https://github.com/silverstripe/silverstripe-cms/issues/2881