There is no property named cm:versionable, that is the name of the aspect. I think alfresco earlier did not check this up, but just outputted the ftl-content anyway. I changed to the property cm:versionLabel instead and the thing works again. However there is a conditional-statement at the top of the ftl that still are causing me a headache. Will investigate further before making a pull request.
Had problems with the version history not showing for a datalistitem anymore. Tracked this down to the form-config where it says:
and
There is no property named cm:versionable, that is the name of the aspect. I think alfresco earlier did not check this up, but just outputted the ftl-content anyway. I changed to the property cm:versionLabel instead and the thing works again. However there is a conditional-statement at the top of the ftl that still are causing me a headache. Will investigate further before making a pull request.