- @ciprianstavovei opened merge request.
- Status changed to Needs review
almost 2 years ago 8:54am 24 January 2023 - π·π΄Romania ciprian.stavovei
I added a pull request and a new patch for this issue.
The last submitted patch, 6: 3319148-5.patch, failed testing. View results β
- π·π΄Romania ciprian.stavovei
Added a new patch that also adapts the unit tests with the new logic.
- Status changed to Needs work
almost 2 years ago 12:25pm 26 January 2023 - π¦πΉAustria fago Vienna
- // Check confirmation URL using absolute path. + $base_url = getenv('SIMPLETEST_BASE_URL'); + if ($base_url) { + putenv('SIMPLETEST_BASE_URL=' . $base_url . '/base-path'); + } + + // Check confirmation URL using leading "/" internal path. $webform_confirmation_url - ->setSetting('confirmation_url', '/some-absolute-path') + ->setSetting('confirmation_url', '/some-internal-path') ->save(); $this->postSubmission($webform_confirmation_url); - $assert_session->addressEquals('/some-absolute-path'); + $assert_session->addressEquals('/some-internal-path');
That's a regression when /base-path is used. It must be $assert_session->addressEquals('/base-path/some-internal-path');
- Status changed to Postponed: needs info
almost 2 years ago 10:51pm 16 February 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
I will not touch this code unless something is broken in the webform module. If we make any more changes to the confirmation redirect URLs it will likely cause a regression for someone.
- Status changed to Closed: won't fix
almost 2 years ago 11:56pm 11 April 2023