Skip to content

sedjs.redirect(this) not working #98

Description

@SeditioCMS

$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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions