Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sedjs.redirect(this) not working #98

Open
SeditioCMS opened this issue Apr 8, 2024 · 0 comments
Open

sedjs.redirect(this) not working #98

SeditioCMS opened this issue Apr 8, 2024 · 0 comments

Comments

@SeditioCMS
Copy link

$onchange = (empty($redirecturl)) ? " onchange=\"sedjs.redirect(this)\"" : "";

page.add onchange not working

It redirects directly to the category name, which gives an error.
this is the way it should be
$result .= "<option value=\"" . $redirecturl . "page/add?c=".$i . "\" $selected> " . $x['tpath'] . "</option>";
But this time the page is not posted either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant