Community
Participate
Working Groups
If we select couple projects in the navigator and try to delete them using 'More actions > Delete', POST to delete is sent per each selected file, but we also send GET to refresh the workspace per each file. We should send GET /workspace/[workspaceId] only once when all POSTs are finished.
fixed with d55e5cf4a889724b0c97a277640c633c684e9613. We now refresh the UI only on the last delete (successful or unsuccessful). Tested to ensure that it always updates, even if the last one deleted ran the error handler. All that said, I didn't notice any significant performance improvement when deleting a handful (4-6) files. but there is additional work to do in bug 361444.