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
$message = ($option == 'library') ? 'Failed to delete one or more of the specified library object files.' : 'Failed to delete one or more of the specified core object files.';
137
+
if (!empty($response["notDeletedFiles"])) {
138
+
$message = 'Failed to delete one or more of the specified core object files.';
139
+
if ($option == 'library') {
140
+
$message = 'Failed to delete one or more of the specified library object files.';
0 commit comments