dnadesign / silverstripe-elemental-subsites

BSD 3-Clause "New" or "Revised" License
0 stars 6 forks source link

Update to work with current state of Subsites on SS4 #1

Closed robbieaverill closed 6 years ago

robbieaverill commented 7 years ago

It looks like this module was developed before Subsites was ready for SS4.

We can now test it against the 2.0.x-dev constraint to ensure it works.

At a quick glance it probably just needs namespaces imported and implemented for Subsite::class, and possibly some implementation of the SubsiteState service available via Injector rather than public static modification in the global state.