Content
View differences
Updated by Klaus Zanders 7 months ago
### This is a bug about a backend library, no QA needed
<br>
### Steps to reproduce
1. Create a custom field with multiple values
2. Add multiple values (i.e. `1,2,3`)
3. Check `thing.custom_field_changes`
### What is the buggy behavior?
* Only the last value is reported as a change (changeset: `[nil, 3]`)
### What is the expected behavior?
1. The changeset should contain all new values as an array `[[], `[nil, [1,2,3]]`
<br>
### Steps to reproduce
1. Create a custom field with multiple values
2. Add multiple values (i.e. `1,2,3`)
3. Check `thing.custom_field_changes`
### What is the buggy behavior?
* Only the last value is reported as a change (changeset: `[nil, 3]`)
### What is the expected behavior?
1. The changeset should contain all new values as an array `[[],