In PR #81 I have moved this skin template to a browser view. But I think it is best removed, because it is mostly a duplicate.
Our versions_history_form is roughly the same as @@historyview in plone.app.layout, which is a small wrapper around @@contenthistory in plone.app.layout, which is a viewlet turned into a view. Their version looks nicer. But our versions_history_form has a preview (which contenthistory points to) and a form to add a new version, if the policy is manual.
So:
BTW, I saw a couple of CSRF errors when working on the PR yesterday. Not sure which template or view causes this. Would be good to check.
In PR #81 I have moved this skin template to a browser view. But I think it is best removed, because it is mostly a duplicate.
Our
versions_history_formis roughly the same as@@historyviewinplone.app.layout, which is a small wrapper around@@contenthistoryinplone.app.layout, which is a viewlet turned into a view. Their version looks nicer. But ourversions_history_formhas a preview (whichcontenthistorypoints to) and a form to add a new version, if the policy is manual.So:
BTW, I saw a couple of CSRF errors when working on the PR yesterday. Not sure which template or view causes this. Would be good to check.