This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-bc3ca6c8-0016-44c5-90e6-651ddffc999a XWIKI-23785 Open

AWM: Date field with trailing whitespace in format causes save error on entry instead of during app creation

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-c8d4aba1-f6a7-409e-b949-b5177775f825 Andreea Tarata created this issue on 03/Dec/25 08:46
 
Summary: AWM: Date field with trailing whitespace in format causes save error on entry instead of during app creation
Issue Type: cid:jira-generated-image-avatar-bc3ca6c8-0016-44c5-90e6-651ddffc999a Bug
Affects Versions: 16.8.0
Assignee: Unassigned
Attachments: date.gif
Components: App Within Minutes
Created: 03/Dec/25 08:46
Environment: Windows 11 Pro, Edge 142, using an instance of XWiki 17.8.0 on MariaDB 12.0, Jetty 12.0
Priority: cid:jira-generated-image-static-major-2b0477ee-c6ca-4eb2-b504-50edefcdad37 Major
Reporter: Andreea Tarata
Description:

Steps to reproduce:

1. Click on "More application" from Application panel
2. Click on "Create your own"
3. Create Application
4. Insert a name and continue
5. Drag and drop "date" field
6. From "Configure" delete the hour and let only the "dd/MM/yyyy "(note the space after the yyyy)

*Expected result:*

If the format contains invalid characters (e.g., a trailing whitespace), the system should show an error banner at that moment. This allows the user to correct the format before the app is created, instead of encountering the error later when saving data.

*Actual result:*

The error occurs only during data entry when saving a record, blocking the user unexpectedly.