cms icon indicating copy to clipboard operation
cms copied to clipboard

The core Laravel CMS Composer package

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

### Bug description Create new collection, create new taxonomy, link taxonomy to collection, then create a new entry and create a new taxonomy in that new entry (all before saving),...

taxonomies

### Bug description Depending on whether the option keys are strings of characters or numbers, the select fieldtype will show different behaviour when viewing form submissions. If the key is...

fieldtypes

### Bug description I have noticed a few things. - If a file is already selected, you don't see a max 1 somewhere. You can upload or browse a second...

ux
fieldtypes
assets

### Bug description When trying to save my entry, an invalid missing field message is shown. I am using an entry containing a group "hero" with 2 field groups named:...

fieldtypes

This PR is a follow up to https://github.com/statamic/cms/pull/6400 and second attempt at asset upload support in the user register and profile tags. The implementation is fairly basic, but it's the...

### Bug description I have a `{{ nav:breadcrumbs include_home="false" }}` in my template and it returns `/` even if I have specified it should not. ### How to reproduce ```html...

tags

### Bug description I have a site that selected huge PDF files within a replicator. The page takes a long time to load in the CP. Turns out, it generates...

assets

This pull request attempts to fix an issue where Revealer fields weren't working in nested fieldtypes like Bard & Replicator. This was happening because the `revealerValues` object we're getting from...