Steps to reproduce:
-
Create two collections {A,B}
-
Add a multireference field in A referencing B (I called mine CollectionB)
-
B will automatically have a multireference field linking back to A (Called CollectionA)
-
Delete B’s multireference field to A
-
Neither A nor B have a multireference field
-
Add a multireference field in A referencing B using the same field name as in Step 2.
-
B will not have a multireference field linking back to A (this is not expected).
-
Add a multireference field in A referencing B using a different field name (I called mine NewCollectionB)
-
Collection B automatically generates a multiference field, but this time it is called CollectionA-1.
That suggests to me that field references (or at least back references) are not actually being deleted, they are just being hidden. I would like to delete my multi-references (or any arbitrary field) and know with certainty that the field has been obliterated from existence.
I have an issue right now where I am unable to insert reference fields between two tables using wix-data and I am concerned that the linking between the tables has been corrupted due to deleting and recreating references as described above.
I would like the freedom to create and delete references without corrupting my collections. When I delete something, I want it to be deleted.
bookonboard