silverstripe / silverstripe-versioned

Versioning for Silverstripe model
BSD 3-Clause "New" or "Revised" License
8 stars 34 forks source link

FIX Ensure no admin routed links are affected by versioning #481

Closed GuySartorelli closed 6 days ago

GuySartorelli commented 1 week ago

This code was originally introduced in https://github.com/silverstripe/silverstripe-versioned/pull/173 and is intended to avoid adding stage params to any admin/* routed URL (which used to be theoretically restricted to LeftAndMain subclasses).

Issue