mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Add special flag to CMS preview requests
This commit is contained in:
parent
8e4db95f72
commit
3924db26d8
@ -452,6 +452,9 @@
|
||||
// No state available at all.
|
||||
this.setCurrentStateName(null);
|
||||
}
|
||||
|
||||
// Mark url as a preview url so it can get special treatment
|
||||
url += ((url.indexOf('?') === -1) ? '?' : '&') + 'CMSPreview=1';
|
||||
|
||||
// If this preview panel isn't visible at the moment, delay loading the URL until it (maybe) is later
|
||||
if (this.is('.column-hidden')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user