mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Limit "show deleted pages" in CMS tree to current language (see #3994)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@76655 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b270615c18
commit
92f0fc8675
@ -145,7 +145,7 @@ ShowDeletedPagesAction.prototype = {
|
||||
indicator.style.display = 'block';
|
||||
|
||||
var url = SiteTreeHandlers.loadTree_url + '?ID=0&ajax=1';
|
||||
if($('Form_EditForm_Locale')) url += "&locale=" + $('Form_EditForm_Locale').value;
|
||||
if($('LangSelector')) url += "&locale=" + $('LangSelector').value;
|
||||
|
||||
var request = new Ajax.Request(url, {
|
||||
onSuccess: function(response) {
|
||||
|
Loading…
Reference in New Issue
Block a user