allow disabling filter using queryParam

It is much better than relying on global state
This commit is contained in:
Thomas Portelange 2018-08-16 16:19:25 +02:00 committed by GitHub
parent d8088edfa9
commit c177a9f640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ class FileSubsites extends DataExtension
if (Subsite::$disable_subsite_filter) {
return;
}
if ($dataQuery && $dataQuery->getQueryParam('Subsite.filter') === false) {
return;
}
// If you're querying by ID, ignore the sub-site - this is a bit ugly... (but it was WAYYYYYYYYY worse)
// @TODO I don't think excluding if SiteTree_ImageTracking is a good idea however because of the SS 3.0 api and