Explorar o código

fixed bug in table filters

Piotr Labudda %!s(int64=7) %!d(string=hai) anos
pai
achega
b28fbe4300
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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->_saveState();
 	}
+	function getFilters() {
+		return $this->_filterInit;
+	}
 
 	public function setRowFunctions($functions) {
 		$this->_rowFunctions = [];