when I am editing the content or node and click on save button, redirect not works and not taken me to configured path in Entity submit Redirect.

Comments

chandravilas created an issue. See original summary.

chandravilas’s picture

Priority: Normal » Major
drupal.ninja03’s picture

I am able to reproduce this issue. The redirection happens only when I create a new node of the entity configured in the Entity Submit Form.

drupal.ninja03’s picture

Status: Active » Needs review
StatusFileSize
new1.53 KB

I have found that the bug existed when there is a destination parameter in the URL query string so that needed to be removed and now the redirection is working for edit form submit as well.

  • drupal.ninja03 authored 120edf3 on 8.x-1.x
    Issue #3144367 by drupal.ninja03: Entity submit not redirected on edit...
imyaro’s picture

Thank you, it was pushed.

imyaro’s picture

Status: Needs review » Fixed
chandravilas’s picture

This patch is fine and works as per requirement at my end, Thanks Babita Neog (drupal.ninja03) for working on the same.

https://www.drupal.org/files/issues/2020-06-02/entity-submit-not-redirec...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

chandravilas’s picture