Преглед изворни кода

fixed bug in table filters

Piotr Labudda пре 7 година
родитељ
комит
b28fbe4300
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      SE/se-lib/TableAjax.php

+ 3 - 0
SE/se-lib/TableAjax.php

@@ -149,6 +149,9 @@ class TableAjax extends ViewAjax {
 		$this->_filterInit = (object)$filterInit;
 		$this->_filterInit = (object)$filterInit;
 		$this->_saveState();
 		$this->_saveState();
 	}
 	}
+	function getFilters() {
+		return $this->_filterInit;
+	}
 
 
 	public function setRowFunctions($functions) {
 	public function setRowFunctions($functions) {
 		$this->_rowFunctions = [];
 		$this->_rowFunctions = [];