When deleting media grid attachments, wait until the server responds before removing the model from its collection.
Props 5um17. Fixes #30457. Built from https://develop.svn.wordpress.org/trunk@30638 git-svn-id: http://core.svn.wordpress.org/trunk@30628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -6405,7 +6405,7 @@
|
||||
changed.push( model.save() );
|
||||
removed.push( model );
|
||||
} else {
|
||||
model.destroy();
|
||||
model.destroy({wait: true});
|
||||
}
|
||||
} );
|
||||
|
||||
|
||||
2
wp-includes/js/media-views.min.js
vendored
2
wp-includes/js/media-views.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user