There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-949d6849-6121-4414-a3b4-5fb9dc6304ca XWIKI-11525 Open

Unable to swap the names of two (new or existing) fields in Apps Within Minutes

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-cb73597e-f100-4aad-a3ee-95a06ce43445 Changes by Manuel Leduc on 06/Jun/24 09:06
 
Description: While creating an application with "Apps Within Minutes", at the form creation page, if you try to add two date field on your form and verifying that identifiers of the two dates are different (say 'date1' and 'date' for example), clicking the "Next step" button leads to the display of a raw error message saying : "The class has two field that have the same name: date1".

If you try to get back to the previous page every modifications have been lost.

If you try to manually set different names on those date fields, this leads to the same error.


h2. Reproduction steps:
* create an application with two fields of any kind F1 and F2
* edit the fields and invert their names
* click on "next step"

h2. expected

The next step of the AWM wizard is proposed to the user

h2. actual

"The class has two fields with the same name: shortText1" is shown to the user.
No additional error in the consoles (client side and server side)