Bruno Zorić
Bruno Zorić
@Ashu96 let's say we introduce `deleteAll()` method in the crud. Does it just iterate over entries and calls `delete()` method internally which, as consequence, calls `beforeDelete` and `afterDelete` on each...
The graphql and headlessCMS lambda used to be quite different as the graphql was used to install the headless cms and headlessCMS was used to actually do something with the...
It is made on purpose that you can override one page with another via the slug. The reason for that flow is: - create a page on "/main" - publish...
I added the test which creates entry and publishes revisions 1, 3 and 6. Test shows that, in the end, only version 6 is published, 1 and 3 are unpublished,...
@snstanton can you verify that this is still happening?
Hi @taifok We could possibly add some lifecycle hooks (or something similar) so you can add your stuff when you need to. Exposing `reply` to the `Context` would not help...
/cypress
@neatbyte-vnobis cypress is not passing