Marc Roig
Marc Roig
@joshuaellis it's implementing stable payload except for `delete()` and `unpublish()` which we might need to find other solutions for those
Alright :) will send them both
@alexandrebodin after our discusison, I will keep entry.X webhooks, and discuss with product if we want to trigger document.X ones. PR should be ready to QA
@verdverm yes :) entry.x events will be triggered with the new document fields
The experimental derrick released: 0.0.0-experimental.556c80cf59c65b80db3d417f1609cebd8f342cff
@alexandrebodin could we spend some time together during the week to check options for testing? I spend a bit of time but I didn't find good solutions that did not...
yes please 🙏 lets do that will solve the conflicts after lunch
@verdverm sorry missed this message! Probalby a bit late but just in case this was not released in the latest beta: `0.0.0-experimental.17b4116f461a49b8ce5386f7c8d79c511d40fb3b`
we might need to only allow an array on methods like publish/unpublish/discardDraft , I don't think it makes sense for the others either. Also you might need to update the...
There is actually one case that's not working: ``` strapi.documents(CATEGORY_UID).create({ data: { articles: [ // Defaults to the default locale of the app { id: 'Article-Doc-1'}, } ``` will fix...