Hey folks,
I have a little show stopper on my SharePoint 2013 environment. There we have a custom list with customized forms. For this specific list the version history is enabled. Clicking on an older version I get everytime the latest item data (except for a multi line text field, this works fine).
I already found https://sharepoint.stackexchange.com/questions/153408/version-historydisplay-form-shows-only-the-latest-version-data but it's not working for me. Changing <WebPartPages:DataFormWebPart> to <WebPartPages:ListFormWebPart> (the closing tags as well) I get an error message like "An object of type System.Int32 can not be created by its string representation {@ID} on the ItemId property".
Maybe some of you can give me a hint where to bug hunt...