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

Bug 439264

Summary: Can't save staged files in Compare
Product: [ECD] Orion Reporter: Bogdan Gheorghe <gheorghe>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 7.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Bogdan Gheorghe CLA 2014-07-09 12:03:00 EDT
Stages files are editable in compare but not saveable. We should probably be able to save them, or if we really can't, we should not be able to edit them.
Comment 1 libing wang CLA 2014-07-09 14:36:55 EDT
Fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=48fb948ce25175d7d5799458f12c61bd2b6dbf5d.

We force "readonly=true" on a staged file when generating the compare URL template.
So now a checked(staged) file is readonly on the left hand side of the compare page.