Hide Forgot
Steps to Reproduce: 1. Open a topic in the UI 2. View the topic's revisions 3. Click "Create Topic" Actual results: The old revision history is visibale. Expected results: A blank revision history should be shown.
Fixed in 1.4-SNAPSHOT build 201312050913 The problem was that the topic revision list wasn't being refreshed when switching views, as it was for the other topic views. There was also a race condition where the topics revision history would be displayed for the new topic due to the ProviderUpdateData instance being the same instance between all topics. As such when the synchronous call returned if the topic had been switched it would display the old topics revision history for the new topic. This was also an issue with the Content Spec revisions. Note: This version is currently live on the test/development version.
Confirmed that the revision history is now reset for new topics and content specs.