mathesar-foundation / mathesar

Web application providing an intuitive user experience to databases.
https://mathesar.org/
GNU General Public License v3.0
2.36k stars 327 forks source link

Issue with Confirmation Message Variables After Moving Column to Linked Table #3462

Closed ghislaineguerin closed 7 months ago

ghislaineguerin commented 7 months ago

Description

The confirmation message fails to properly render variables after a column is moved to a linked table.

Expected behavior

After moving a column to a linked table using the 'Move Column to Linked Table' option, the system should display a confirmation message that accurately renders the names of the moved column(s) and the target table.

To Reproduce

  1. Navigate to a table linked to another table.
  2. Use the 'Move Column to Linked Table' feature to move a column.
  3. Observe the confirmation message, which incorrectly displays variable syntax like this: image
pavish commented 7 months ago

Fixed in https://github.com/mathesar-foundation/mathesar/pull/3472