eclipse-sirius / sirius-web

Sirius Web: open-source low-code platform to define custom web applications supporting your specific visual languages
https://eclipse.dev/sirius/sirius-web.html
Eclipse Public License 2.0
72 stars 48 forks source link

Invalid project name in rename dialog after a first rename #3205

Open pcdavid opened 6 months ago

pcdavid commented 6 months ago

Steps to reproduce:

  1. Create a new blank studio. It is named "Blank Studio".
  2. From the project header menu, select "Rename".
  3. The rename popup shows the current name, "Blank Studio" :+1:
  4. Change the name (say, to "renamed").
  5. The header shows the new name.
  6. Re-open the project rename dialog.
  7. The rename popup still shows the previous name, "Blank Studio" :-1:
pcdavid commented 6 months ago

Refreshing the page before re-opening the dialog (step 6 above) "fixes" the issue.