Saving a model before all Relationships in a Relationship many:true field have had a chance to load in won't affect currently saved data in that field.
Actual/Current behavior
Saving a model before Relationships in a Relationship many:true field have had a chance to load in saves the model without any unpopulated relationship data.
Steps to reproduce the actual/current behavior
Create a model with a Relationship many:true field
Add related models via the Relationship field
Open Chrome dev tools and use throttling to mimic a slower connection (slow 3g recommended)
Load the model in the admin UI, and click Save before the Relationship field can populate
Note that all previously saved models in the Relationship field are now missing
Expected behavior
Saving a model before all Relationships in a Relationship many:true field have had a chance to load in won't affect currently saved data in that field.
Actual/Current behavior
Saving a model before Relationships in a Relationship many:true field have had a chance to load in saves the model without any unpopulated relationship data.
Steps to reproduce the actual/current behavior
Environment