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
Fix: Replace multiline_text fields when prefixed with #replace (#458)
* Fix: Replace multiline_text fields when prefixed with #replace
- If a new value for a multiline_text field starts with "#replace", the old value is completely replaced instead of being concatenated.
- The "#replace" tag is removed before storing the new value.
- Default behavior remains unchanged for other cases.
* Fix: Add multiline_value_replace field and update function setValueForItemtype()
* fix: use dedicated function for adding fields to the database
refactor: renamed multiline_value_replace to replace_multiline_value
* refactor: renamed multiline_value_replace to replace_multiline_value
* fix: remove whitespace
* update changelog for 2.15.0
* update: changelog
0 commit comments