core icon indicating copy to clipboard operation
core copied to clipboard

🧿 Bolt 5 core

Results 141 core issues
Sort by recently updated
recently updated
newest added

It would be very nice to be able to open a related record in the backend editor by clicking on the title. So if I click on one of the...

new feature

| Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version | 5.1.7 | Install type | Composer install | PHP version | 7.4 | Web server | Apache Hello,...

In the code below, an image field will always return a "thumbnail" property as the URL to a thumbnail sized at 400x400 with no cropping/fitting, so the thumbnail will be...

There are some encoding problems with collections fields ... especially when nested fields template have prop with json encoded value... (like editor-image :labels prop) For instance, look at the popup...

I’ve been working on a client project to update their 8 year-old Bolt v1.6 site to v5. Over the years, they have amassed a significant amount of images (tens of...

Download this Bolt instance with only the affected contenttype to reproduce the bug: [Wetransfer](https://we.tl/t-ovMFVe7v0g) In a localized Bolt 5.0.2 with ``` pages: name: Pages singular_name: Page fields: (...) contentblocks: type:...

Not sure if really a bug but there is a specific case where fields are removed on content preview. Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant...

Hi, would there be an option in api to filter by taxonomies? `@ApiFilter(SearchFilter::class, properties={ "id": "exact", "contentType": "exact", "status": "exact", "createdAt": "exact", "publishedAt": "exact", "depublishedAt": "exact", "taxonomies.id": "exact", "taxonomies.slug": "exact",...

in config.yaml, the thumbnails.allow_upscale (default to false) parameter is never read (and so does nothing). This parameter was used in bolt 3 but in bolt 5, the new ImageController used...

When fetching records based on the ID of select field from another contenttype it gives 0 results Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version...