How reproducible: Always Steps to Reproduce: 1. Open any topic 2. Change the revision of the topic 3. Type the same topic number into the quick change box 4. Click Edit Actual results: A seam error appears about not being able to convert a string to a number. Expected results: The topic edit page opens
Also reproducible this way: 1. Open any topic (with older revisions) 2. Change to older revision 3. Click on 'Edit Latest Version' Actual Result: Cannot convert 61308 of type class java.lang.String to class java.lang.Number Expected Result: The topic edit page opens
Fixed in build 20120910-1150. Cause: The Topic Revision variable wasn't being reset when clicking the "Edit Latest Version" button. Consequence: Seam would throw an error about not being able to convert the String to an Integer. Fix: Ensure that the topicRevision url parameter is set to nothing (eg. topicRevision=&cid=1) and also make sure that the topicRevision is reset to nothing when editing.