MantisBT: master 4609e811

Author Committer Branch Timestamp Parent
atrol atrol master 2018-11-22 11:16 master 0ae7dcc8
Affected Issues  0025002: Error when updating content in a custom field of type "Text Area" ("Textbereich"): History cannot be stored
Changeset

Truncate values before writing to database history table

TEXTAREA custom fields can contain more than 255 characters.
Changing such fields fails, as the old value can't be stored
in history table.

This change fixes the issue by truncating the string.

Fixes 0025002

mod - core/history_api.php Diff File