Hi,
We notice inconsistent redirects on quote approval - quote list vs quote details - https://www.screencast.com/t/w0WEjndDgt - form is missing the redirect input.
- Quote List
- https://github.com/dynamicweb/Swift/blob/main/Swift/Files/Templates/Designs/Swift/eCom/CustomerExperienceCenter/CustomerQuotesList.cshtml
- Line 113 adds the redirect
- Line 207 (mobile) missing the redirect
- https://github.com/dynamicweb/Swift/blob/main/Swift/Files/Templates/Designs/Swift/eCom/CustomerExperienceCenter/CustomerQuotesList.cshtml
- Quote Details
- https://github.com/dynamicweb/Swift/blob/main/Swift/Files/Templates/Designs/Swift/eCom/CustomerExperienceCenter/QuoteDetails.cshtml
- Line 337 missing the redirect
- https://github.com/dynamicweb/Swift/blob/main/Swift/Files/Templates/Designs/Swift/eCom/CustomerExperienceCenter/QuoteDetails.cshtml
Can we have the redirect added to the missing forms?
Thanks!
BR, Mario