umbraco / Umbraco.Forms.Issues

Public issue tracker for Umbraco Forms
29 stars 0 forks source link

Saving form with duplicate alias #1152

Closed ludwighedebynltg closed 5 months ago

ludwighedebynltg commented 5 months ago

When saving a form that has has 2 questions with the same alias. You get no error message, the save button spinner just keeps spinning.

Reproduction

  1. Go to the forms tab and create a new form.
  2. Give the form a name.
  3. Add 2 questions (any type) and give them the same alias.
  4. press save

Specifics

Umbraco 13.0.3 Umbraco.Forms 13.0.1 https://localhost:44341/umbraco#/forms/Form/edit/-1?template=&create=true

Expected result

An error message or some kind of indication that the its not possible to save the form when 2 questions have the same alias.

Actual result

The save button spinner just keeps on spinnin forever. image

The error from the saveform post: image image


This item has been added to our backlog AB#37077

AndyButland commented 5 months ago

Looks like this was a regression from a previous patch as part of the fix to issue 1002. We'll fix this in the next round of patch releases to ensure the error messages for this state are properly displayed.