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
I've found some issues here, wondering if you could take a look sometime, you know this part best.
I can't go to EDIT an entry, empty the address field and the save that empty value to the database. It does not get saved, probably because that doesn't clear the hidden input.
I get a javascript error on the CREATE screen, about parsing the JSON. I used attribute casting to array (not that it matters, I think - it's the create screen, there is no value).
Cheers!
Also, figured out a way for us to better test that nothing breaks when we make changes: we create an entity with ALL the field types and we include it in the Demo. So when we want to test a field, we just Add and Edit a new "Foo".
The text was updated successfully, but these errors were encountered:
@OwenMelbz ,
I've found some issues here, wondering if you could take a look sometime, you know this part best.
I can't go to EDIT an entry, empty the address field and the save that empty value to the database. It does not get saved, probably because that doesn't clear the hidden input.
I get a javascript error on the CREATE screen, about parsing the JSON. I used attribute casting to array (not that it matters, I think - it's the create screen, there is no value).


Cheers!
Also, figured out a way for us to better test that nothing breaks when we make changes: we create an entity with ALL the field types and we include it in the Demo. So when we want to test a field, we just Add and Edit a new "Foo".
The text was updated successfully, but these errors were encountered: