You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At JCU we altered our description field to support many descriptions with a type and value. This is the only 'list' field in the framework that allows you to enter newlines '\n'.
In widgets2.js, the restore() processes each single instance field with this code.
There is a bug in the widget used in the notes form that causes carriage returns to be replaced by "\n".
To reproduce:
Create a dataset and add a working note containing the following
Save the note and then save and close the record.
Edit same record again. View note - it will now look like this
I have tested this on the current demo redbox install (1.6-RC01-SNAPSHOT). See http://demo.redboxresearchdata.com.au/redbox/default/detail/9cdb842db8449570159627376b225d17/ for a record where this has happened.
The text was updated successfully, but these errors were encountered: