Marc Roig

Results 37 issues of Marc Roig

### What does it do? We are introducing a Settings page for releases, where Users can set their Default Timezone for release scheduling. That is so they don't have to...

pr: feature
source: core:content-releases

### What does it do? Add RBAC permissions to display Content Releases settings. ![image](https://github.com/strapi/strapi/assets/20578351/b0c4d4b9-b9f6-4634-8a44-e3b2bc1a60e3) This is a follow up of https://github.com/strapi/strapi/pull/20354

pr: feature
source: core:content-releases

### What does it do? Publishing an entry resulted in duplicated "entry.update" logs in the audit logs settings page. The cause is a bug in how we stored events in...

source: core:admin
pr: fix

### What does it do? Updates uni directional relations to target the right entries when overriding published or draft entries. Based on the following [notion RFC](https://www.notion.so/strapi/Unidirectional-relations-on-publish-discard-29d0133709c646b088f377727c9c7ff1)

### What does it do? Following our designs, the title on top of the publish button should be named "Entry" , and not "Document" | Before | After | |--------|--------|...

source: core:content-manager
pr: chore

### What does it do? Fix loading more than 2 pages of relations in the content manager. Relations are assigned a __temp_key__ value based on their order (a0, a1, ...,...

source: core:content-manager
pr: fix

### What does it do? Rename content api route param name to :documentId (was :id before), this was specially confusing in the content api permissions UI Before: After: ### Why...

pr: fix
source: core:core