Fix ommitted port when constructing redirect URL
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 30 Jun 2023 15:03:00 +0000 (16:03 +0100)
committerRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 30 Jun 2023 15:04:30 +0000 (16:04 +0100)
commit9e387b996f0954086675da21c6a20bd9b4be9ebe
tree872ef9df6ab2ac3d958cf6e15bedc09d1764af03
parent4b1d8f739bacb1ce799cd13748d75ed8e2275314
Fix ommitted port when constructing redirect URL

Form Builder can be configured to send a redirect after a submission
form has submitted. Before this change it rebuilt URLs with all the
parts except the port, causing failures on sites that use a non standard
port. After this change, a port is used if there is one.
ext/afform/core/ang/af/afForm.component.js