mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Merge pull request #539 from creative-commoners/pulls/2.8/revert
Revert "Switch to listing views of subsite-filtered sections"
This commit is contained in:
commit
4e292b8e89
@ -7,13 +7,7 @@
|
|||||||
$('#SubsitesSelect').entwine({
|
$('#SubsitesSelect').entwine({
|
||||||
onadd:function(){
|
onadd:function(){
|
||||||
this.on('change', function(){
|
this.on('change', function(){
|
||||||
// Switch to listing views of subsite-filtered sections (eg: pages/ & assets/)
|
window.location.search=$.query.set('SubsiteID', $(this).val());
|
||||||
let newLocHref = window.location.href
|
|
||||||
.split('edit/show/').shift() // remove [pages/]edit/etc
|
|
||||||
.split('settings/show/').shift() // remove [pages/]settings/etc
|
|
||||||
.split('history/show/').shift() // remove [pages/]history/etc
|
|
||||||
.split('show/').shift(); // remove [assets/]show/102/edit/etc (last as 'show' is broad)
|
|
||||||
window.location.href = newLocHref + $.query.set('SubsiteID', $(this).val()).toString();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user