Alberto Pagliarini

Results 12 comments of Alberto Pagliarini

I agree that using a trait is better than behavior if we decide to not use `beforeDelete` and `beforeFind` events. We could implement explicit `softDelete()` method but for find method...

@edoardocavazza maybe it could be return the publication as `GET /objects/:id`?

> If the API frontend can interact with more than a publication, we can close this specific issue. Not now. Maybe we could handle the "current" publication as query string...

The response is empty because `GET /objects?filter[object_type]=area` search 'area' object type in default publication's descendants. Maybe at this point it makes sense that the developer has to know the publication...

@fquffio uhm... I'm not sure how that field is treated. I think the idea of @qwerg is that it could contain everything. If the embed content is intended just for...

I think every user could be more valid refresh token once for every couple device/app . So we could have a whitelist of refesh token but we should know if...

@stefanorosanelli what if a content is created in frontend (not editorial i.e. `objects.publisher IS NULL`) and edited in backend? I would expect that the content remains not editorial but to...

Ok, so an object is marked as editorial content only in creation then the behavior remains as now. Maybe do we need something to alert the editor that a change...

I don't see any solution except changing the way the save is handled. Maybe we should introduce a specific view for manage objects' permissions for a group. For example in...

Very good questions. I think categories created from client should be placed in the related frontend `area_id` without specifing it. By default I don't think that the client should can...