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 The user I'm signed in with is Admin. But, I'm unable to remove a nested entry in a matrix field. I can update the content...

bug

### What happened? ### Description Errors are thrown when indexing assets. I'm having a hard time determining what's working and what's not. Most of the indexing seems to run fine...

bug
craft4

### What happened? ### Description This is kind of a weird title, but I am facing the problem that live preview is not properly updating when making changes with live...

bug

### What happened? ### Description When using the Color field in Craft CMS 5.7.5, selecting the first color in the palette and saving the entry does not persist the color...

bug

### Description When the “Table” field is in “static rows” mode, keep track of row ids specified in the “Default Values” table in the field’s settings and, when editing an...

### Description Adds the ability to use a `NOT` query modifier on text-based field filters in the element index. This allows users to filter elements by a custom text field...

### What happened? ### Description I have a code like this ``` {% cache %} {% set htmlAttrs = { lang: craft.app.language, class: [ 'h-full', ] } %} {# Added...

bug
craft4

### Description Applied changes: - use str_contains/str_starts_with/str_ends_with - use static::class over get_class($this) - remove unused variable cactch on try catch - use $object::class over get_class($object) - apply constructor promotion -...

### Description ### Related issues Also resolves PT-2563

bug
accessibility :bust_in_silhouette:

### Description Fixes a bug where `CMD-A` does not select all items in a view ### Related issues Resolves CMS-1365, mentioned in #16646

bug