You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($wpPageRequest = @$_REQUEST['page']) {
$extraArgs['page'] = $wpPageRequest;
}
However, this page agrument is missing when a relation is loaded dynamically. One solution could perhaps be the following:
in jsUrl(): check if for path in extraArgs, if its there, add page as argument. Page could be extracted from the server $_SERVER['HTTP_REFERER'], but perhaps there's a more elegant method?
The text was updated successfully, but these errors were encountered:
in AtkWpApp.php you add page like this:
However, this page agrument is missing when a relation is loaded dynamically. One solution could perhaps be the following:
in jsUrl(): check if for path in extraArgs, if its there, add page as argument. Page could be extracted from the server $_SERVER['HTTP_REFERER'], but perhaps there's a more elegant method?
The text was updated successfully, but these errors were encountered: