GeorgII
GeorgII
Ok, after merging this PR, the https://github.com/pimcore/pimcore/pull/17291 became outdated thank you
Got related issue, prod deploy fails with "Class pimcore/model/data object/anyclassname not found" after upgrade to 11.3.1. The only way to get a working state is to use vendor/bin/pimcore-install before. DataObjects...
Try to disable drafts, make `auto_save_interval: 0` in config.yaml: https://docs.pimcore.com/platform/Pimcore/Tools_and_Features/Auto_Save_Drafts/ I'm synchronizing a lot of objects daily, for me it was very unexpected that users missed this updates bc of...
Not sure I got it right, I guess that existing drafts that you have could be a leftovers. After disabling it, no new draft should be created, but the old...
You right, draft created even if it's disabled, but in very specific case "import with an older date than object has" https://github.com/pimcore/pimcore/issues/18652
@fashxp the case "import object with a modification\creation date from other DB\CSV\etc." is not covered properly. Everything going more bad if imported object was modified in Pimcore at the same...