N°2534 - dashboard: bug with autorefresh that deactivates filtering on organizations

This commit is contained in:
acognet
2020-08-12 14:18:05 +02:00
parent e5487edbfb
commit f90105c107
2 changed files with 11 additions and 2 deletions

View File

@@ -200,7 +200,14 @@ class ApplicationContext
}
return implode("&", $aParams);
}
/**
* Returns the params as c[menu]:..., c[org_id]:....
* @return string The params
*/
public function GetForPostParams()
{
return json_encode( $this->aValues);
}
/**
* Returns the context as sequence of input tags to be inserted inside a <form> tag
* @return string The context as a sequence of <input type="hidden" /> tags