Migrated from:
http://developer.atlassian.com/jira/browse/GLFY-32
Test case:
Edit an existing diagram. Save a new revision. Click on the most recently created revision in the revision history.
Expected Result:
The 'edited by' should contain the correct name of the most recent editor.
Actual Result:
'edited by' contains nothing.
This is because the new revision history items are generated on the client, not on the server. This is also an artifact from Gliffy Online b/c the new revision history items set the 'edited by' from User.email in the lzx code... obviously not correct for the plugin. We could modify the architecture to generate the new revision history items on the server... but this is a lot of work that might be thrown out once we move to real time collaboration. We'll punt on this for now since it's not too major, and will likely be solves once real time collaboration is a reality.