Bestellungen-Suche auf Fragment-Reload umstellen
This commit is contained in:
@@ -53,6 +53,10 @@ if ($currentUser !== null) {
|
||||
'limit' => (int) ($_GET['bestellungen_limit'] ?? 20),
|
||||
'page_size' => 20,
|
||||
]);
|
||||
if ((string) ($_GET['bestellungen_fragment'] ?? '') === '1') {
|
||||
echo auth_render_bestellungen_content($bestellungenTable);
|
||||
exit;
|
||||
}
|
||||
render_auth_home_page($currentUser, $otcProducts, $bestellungenTable);
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user