Form redirect after submitting job results in 404

Created on 28 August 2023, 9 months ago
Updated 17 May 2024, 16 days ago

Problem/Motivation

A job submission is attempting to return to the partial request form, which no longer exists afterwards.

Steps to reproduce

  1. Add a translation to the cart for one language
  2. Go to the cart
  3. Request a partial translation
  4. Check a few fields and then submit the form
  5. You are taken to the vanilla TMGMT submit job form
  6. Submit this final form and observe the URL. This is the 404

Example of the URL we try to return to: http://my.local.site/admin/tmgmt/cart/partial/13/WyJlcyJd

Proposed resolution

Hard code or otherwise "clear" the redirect/response URL for the form so we return to either:

  • The [empty] cart (I believe this is standard behavior for TMGMT)
  • Another page (?)

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States amaisano Boston

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024