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:
Ingo Schommer 2009-05-12 05:01:39 +00:00
parent b270615c18
commit 92f0fc8675

View File

@ -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) {