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
Description:
Text and textarea items are technically limited to 3999 characters. However, it is not possible to store more than 2000 characters in a single item. Instead of throwing an error, the CRF saves as normal, simply dropping the long entry.
After some investigation, the cause seems to be the audit logs, as they are limited to 2000 characters, and changing them to a higher value (e.g. 4000) allows long entries to be saved.
However, the reason for the low audit log character limit is unknown, as is the effect of changing the limit back to a higher number.
Requirements:
Scheduled event with a CRF containing a text or textarea item.
Steps to follow:
login
open the CRF in DataEntry mode
enter more than 2000 and less than 3999 characters in the text/textarea item
click save
Expected result:
All data including the over 2000 characters are saved.
Actual result:
The CRF is saved without any error message, but when the CRF is viewed again, the text/textarea item is empty.
Server Setup (optional):
OS [Windows]
LibreClinica 1.2.1
The text was updated successfully, but these errors were encountered:
you are right, I think we can increase a the limit for old_value and new_value in audit_log_event table without any side effects. I will try to make DB changeset for 1.3 release targeting this.
Description:
Text and textarea items are technically limited to 3999 characters. However, it is not possible to store more than 2000 characters in a single item. Instead of throwing an error, the CRF saves as normal, simply dropping the long entry.
After some investigation, the cause seems to be the audit logs, as they are limited to 2000 characters, and changing them to a higher value (e.g. 4000) allows long entries to be saved.
However, the reason for the low audit log character limit is unknown, as is the effect of changing the limit back to a higher number.
Requirements:
Scheduled event with a CRF containing a text or textarea item.
Steps to follow:
Expected result:
All data including the over 2000 characters are saved.
Actual result:
The CRF is saved without any error message, but when the CRF is viewed again, the text/textarea item is empty.
Server Setup (optional):
The text was updated successfully, but these errors were encountered: