Details
-
Type:
Bug Fix
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.2.0-m1
-
Component/s: Development
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Rice Module:KRAD
-
KRAD Feature Area:UIF Component
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
Description
we have a single DropDownControl field in the addLine of a Uif-Disclosure-StackedCollectionSubSection that is required, and the first option has a key="" and value="Select Keydate Group Type". if the field is put into focus and then the "add" button for the addLine is clicked, the "Required" error appears as expected but there is no window.alert that says something like "This addition contains errors. Please correct these errors and try again." if the user does NOT put the dropdown into focus before clicking "add", there is no validation error at all - the "Updating" overlay appears briefly and then the page is redisplayed exactly as before; the user gets no feedback as to what happened.
the StackedCollectionSubSection is a list item in the subCollections property of a Uif-Disclosure-StackedCollectionSection. the parent collection also has a dropdown field in the addLine which is required, along with two required date fields. when the "add" button is clicked on the parent collection the "Required" errors appear on all three fields and a window.alert appears, as expected. (altho the alert may be getting displayed because of the required date fields).
Attachments
Issue Links
- cloned to
-
KULRICE-8505 Documentation for focusOnIdAfterSubmit changes
-
- Open
-
- fixes
-
KSENROLL-1385 Need error message when Adding Key Dates Group without selecting from dropdown
-
- Closed
-
- is relied upon by
-
KULRICE-8505 Documentation for focusOnIdAfterSubmit changes
-
- Open
-
Verify this is still an issue before attempting a fix