We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafc538 commit 324be33Copy full SHA for 324be33
main/mySpace/session_filter.php
@@ -37,7 +37,7 @@
37
38
$certificateList = [];
39
$urlParam = '';
40
-$form = new FormValidator('search_user', 'GET', api_get_self());
+$form = new FormValidator('search_user', 'POST', api_get_self());
41
$innerJoinSessionRelUser = '';
42
$whereCondictionDRH = '';
43
$whereCondictionMultiUrl = '';
@@ -123,7 +123,7 @@
123
} elseif (isset($_GET['export'])) {
124
// Case 2: CSV export icon was clicked.
125
// Use raw GET parameters as the form values so filters are preserved.
126
- $values = $_GET;
+ $values = $_POST;
127
$exportToCsv = true;
128
}
129
0 commit comments