Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 507940

Summary: Tasks service's DELETE is unimplemented for the all tasks case
Product: [ECD] Orion Reporter: Remy Suen <remy.suen>
Component: NodeAssignee: Remy Suen <remy.suen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: 13.0   
Target Milestone: 14.0   
Hardware: All   
OS: All   
See Also: https://git.eclipse.org/r/88698
https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f75a30e4b42de2066bee10edceddcda79dc19366
Whiteboard:

Description Remy Suen CLA 2016-11-22 06:56:45 EST
1. Click the timer icon in the top right hand corner.
2. Click the 'All Operations' link in the tooltip.
3. Click the 'Remove Completed' button.
4. You'll see an error in the console.

You can still manually delete them so it's not the end of the world.

xhr.js:175 DELETE http://localhost:8081/task 404 (Not Found)
_xhr @xhr.js:175
removeCompletedOperations @ taskPlugin.js:87
_callMethod @ plugin.js:273
_handleMessage @ plugin.js:326
postMessage (async)
channel.postMessage @ pluginregistry.js:1141
postMessage @ pluginregistry.js:1210
_request @ pluginregistry.js:264
serviceProxy.(anonymous function) @ pluginregistry.js:434
(anonymous function) @ serviceregistry.js:147
_doServiceCall @ operationsClient.js:18
removeCompletedOperations @ operationsClient.js:108
callback @ operationsCommands.js:74
_collectAndInvoke @ commandRegistry.js:451
_invoke @ commandRegistry.js:391
onClick @ commandRegistry.js:1260
done @ commands.js:415
onClickThen @ commands.js:447
(anonymous function) @ commands.js:456
Comment 1 Eclipse Genie CLA 2017-01-14 07:19:47 EST
New Gerrit change created: https://git.eclipse.org/r/88698
Comment 3 Michael Rennie CLA 2017-01-18 14:11:46 EST
Merged, thanks Remy!