Community
Participate
Working Groups
Save doesn't work in the compare view (i.e. during conflict resolving). Uncaught TypeError: Object #<Object> has no method 'getFileMetadata' exports.EditorCommandFactory.EditorCommandFactory.generateEditorCommands.saveCommand.mCommands.Command.nameeditorCommands.js:48 Fix is being prepared.
Fix: https://github.com/pjanik/orion.client/tree/bug351452
(In reply to comment #1) > Fix: https://github.com/pjanik/orion.client/tree/bug351452 that does not look righ to me. I would expect the fix to be in the compare editor not in the editorCommands.js that is share by all other editors. Couldn't you change the inputManager used by the compare editor to retun _fileMetadata in its implementation of getFileMetadata() ? (I'm not familiar with the compare editor code...)
Well, you're right. The problem is that I'm familiar with the compare editor code too. This is just temporary fix, as I don't know why getFileMetadata() isn't available in the compare editor context in contrast to regular editor. I will try to investigate this problem in the next few days.
Thanks Piotr. Libing, do you know what is going on ?
*** This bug has been marked as a duplicate of bug 352165 ***