cms icon indicating copy to clipboard operation
cms copied to clipboard

Build bespoke content experiences with Craft.

Results 486 cms issues
Sort by recently updated
recently updated
newest added

### Description I am managing a site with ~100,000 image assets on a craft install. Recently, I upgraded to Craft 5 and moved the transform process from AWS Lambda to...

bug

### What happened? ### Description Searching elements in our PROD environment CP is really slow, taking 8.7s NB - there's no slowness navigating around the CP, or in the API...

bug
craft4

### Description Currently, the `BaseElementSelectConditionRule` class only allows the selection of a single element and does not have operators and therefore does not have negative matching. This PR adds a...

### What happened? ### Description When inline-editing a Matrix field with the Element Index view, changes made to fields as discarded and the owner entry is saved when `return` is...

bug

### Description Adds “Default View Mode” dropdown field to the customise sources modal and to the Matrix field settings (when View Mode is set to element index and “Inlude Table...

### What happened? ### Description Some of our user supplied images are throwing an error in Sentry.io, stating that the image does not have any dimensions (Asset xxxxx is missing...

bug
need more info
craft4

### What happened? ### Description When editing an entry and opening the live preview modal, it is not possible to change the status of a matrix block and see the...

bug

### What happened? ### Description We replaced an image asset using the asset manager but all entries that use the asset are still displaying the old image. This is because...

bug
need more info

### What happened? ### Description When creating a radio field with a default value and adding it to an entry's type layout, the default value isn't applied to existing entries....

bug

Refactors how we resolve GraphQL field names to custom fields, so the fields in the element query are referenced rather than the global list of fields. That way any handle...