+2010-07-30 Steffen Kamper <steffen@typo3.org>
+
+ * Fixed bug #15295: Page treeFilter not re-applied after branch toggling (Thanks to Felix Kopp)
+
2010-07-29 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever (thanks to Stephan Seitz and Steffen Gebert)
} else {
obj.style.cursor = 'wait';
}
-
+
var call = new Ajax.Request(this.thisScript, {
method: 'get',
parameters: 'ajaxID=' + this.ajaxID + '&PM=' + params,
onComplete: function(xhr) {
// the parent node needs to be overwritten, not the object
$(obj.parentNode.parentNode).replace(xhr.responseText);
+ TYPO3PageTreeFilter.filter();
this.registerDragDropHandlers();
this.reSelectActiveItem();
- filter($('_livesearch').value);
}.bind(this),
onT3Error: function(xhr) {
// if this is not a valid ajax response, the whole page gets refreshed