it is not a browser issue. I am looking in the database. When I save content using contentResource.save(content, false, []) in Angular, sometimes I see a new record in the tables [cmsContentVersion], [cmsDocument], [cmsPreviewXml]. When are those records created and updated?
When is a new version created when saving content?
When I edit some content and save this new content, not always a new version is created. Sometimes it does, but not always.
So, when does Umbraco create a new version of the saved content?
Hi Martijn
If you open umbraco. config, you can check that when you save, the data is being updated there.
If your data is being updated, then it is a browser issue.
In my experience this is generally the case so a hard reload of the browser or clear cache will get you back to normal.
Regards
Gary
Thanks for the reply Gary,
it is not a browser issue. I am looking in the database. When I save content using
contentResource.save(content, false, [])
in Angular, sometimes I see a new record in the tables[cmsContentVersion]
,[cmsDocument]
,[cmsPreviewXml]
. When are those records created and updated?i'm having the same question. Publish is creating new version ,but save is not
is working on a reply...