Details
-
Bug
-
Status: Awaiting Release
-
Low
-
Resolution: Fixed
-
6.40.1
-
SR4j Sprint 140 (7.10.0)
-
5.3
Description
The resolution for SRJIRA-3418 concluded that a field server-side script will always be triggered on the initial form launch.
If a radio button field is set required via 'Field Configuration', the Behaviour server-side script for that field is not fired until it is interacted with.
Steps to Reproduce
- Create a 'Radio Button' field and add it to the issue
- Make sure the field is set as required via 'Field Configuration'
- Create a Behaviour, add the mappings, and add the 'Radio Button' field.
- Add a simple script such as a log message, and launch the Create/Edit form.
log.warn 'Hello World'
Expected Behaviour
The script should fire and the log should be logged.
Actual Behaviour
The script did not fire and log until interacted with.
Attachments
Issue Links
- mentioned in
-
Page Loading...