On /node/{node}/audio, the Edit/Delete links for per-node pronunciation dictionary entries don't set a destination query parameter, so after submitting either form the user lands on the global dictionary page instead of back on the node's Audio tab.
Fix: in NodeAudioController::page(), add a destination query parameter (pointing to the ai_audio_generator.node_audio route for the current node) to both the edit-form and delete-form links.
Issue fork ai_audio_generator-3612751
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nnevill