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

### What happened? ### Description When i add newline to plain text field, resave field, now there are two newlines separating two lines of text. ### Craft CMS version 5.1.7...

bug

### Description Steps to reproduce: - Add a money field to an entry type used by a section - Set your formatting locale to something that reverses the `,` and...

### What happened? ### Description When saving a matrix field (with about 20 block types), I get a "Couldn't save field." error and almost all of the asset fields within...

bug
craft4

### What happened? ### Description After following all the steps given in: https://craftcms.com/docs/5.x/upgrade.html The CMS returns a Syntax error regarding JSON. I did some small debugging and found that all...

bug

### What happened? When I try to sort a list of entries alphabetically using a plain text field value (other kinds of fields behave as expected), the sorting process is...

bug

### Description In MySQL, when ordering by a field that resolves to the default `Schema::TYPE_TEXT`, we need to cast the value to a `CHAR` for the `order by` clause. Otherwise,...

### What happened? ### Description I am experiencing an issue with the propagation method "Let each entry choose which sites it should be saved to" in a section of my...

bug
craft4

### Description Adds `andId` method and parameter to the `ElementQuery`. It will be used if the `id` parameter is already set. (I’ve not added it to the GraphQL. In GQL,...

### Description Set the `x-robots-tag` to `none` for preview requests too. ### Related issues #15586

### Description When validating the Assets field to ensure that you haven’t selected the `tempUploadsLocation` volume as a source, default uploads location, or restricted location, only validate the fields the...