ENH: Collection Edit (parity with reading) (#48)
This commit is contained in:
parent
bfae4422f4
commit
cb3bc081a6
19 changed files with 337 additions and 121 deletions
|
@ -8,6 +8,6 @@ export default Transform.extend({
|
|||
},
|
||||
|
||||
serialize(deserialized) {
|
||||
return deserialized;
|
||||
return deserialized === '' ? null : deserialized;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue