Alternative without using this module

Created on 30 October 2023, about 1 year ago
Updated 22 May 2024, 6 months ago

Problem/Motivation

Hi,

after using this module I found a way to solve the same thing with core functionalities on AJAX forms: https://julian.pustkuchen.com/en/drupal-8-reload-form-after-ajax-submit-...

It just needed these three lines. Perhaps you'd like to inform users on the module page on this more lightweight alternative?

    $response = new AjaxResponse();
    $command = new RedirectCommand(Url::fromRoute('<current>')->toString());
    $response->addCommand($command);
    return $response;

Still there might be cases, where this module is needed! I was able to get rid of the dependency this way. But thank you so much for providing this module, which helped me a lot getting started!

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

RTBC

Version

1.0

Component

Code

Created by

🇩🇪Germany Anybody Porta Westfalica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024