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

Docs: Aktuell erstellte Datensatz-ID in Callback-Action verwenden #1487

Open
alxndr-w opened this issue Mar 15, 2024 · 0 comments
Open

Docs: Aktuell erstellte Datensatz-ID in Callback-Action verwenden #1487

alxndr-w opened this issue Mar 15, 2024 · 0 comments

Comments

@alxndr-w
Copy link
Contributor

alxndr-w commented Mar 15, 2024

    $yform->setActionField('callback', [
        function (rex_yform_base_abstract $form) use ($token) {
            rex_redirect(666, '', ['datensatzid' => $form->getParam('main_id'), 'token' => $token]);
        }
    ]);

via @tbaddade

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