Is there a way to restore Editor Presentations in EWM/CCM?
While working in EWM/CCM is there a way to restore and Editor Presentation. Example: During the customization of com.ibm.team.workitem.editor.default a shared section gets removed. Is there a way to restore the default. Also is there a way to restore a Shared Section that was either edited or removed by mistake.
Accepted answer
In the Eclipse client, you can open the project area. On the Process Configuration Source tab of the project area editor you can right click into the XML editor window and select Show History.
You can now see the changes done to the process. You can compare states to find out what the difference is. You can rollback a state by copying the XML and paste it into the process configuration source. This can help with small recent changes.
To restore a section, you could find out the changes done and re-add the section.
It is possible to edit the XML, if you know what you are doing, but that can become very complicated soon. It is safer to use the information you can get out of the history and to re-add the deleted section of the editor presentation.