core icon indicating copy to clipboard operation
core copied to clipboard

Headless/Hybrid Content Management System for Enterprises

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

Refactoring docker image publishing to its own job to retried when fails instead of the whole release process.

This uses a new java seed that includes the locale package

Fixes the velocity output for dotAsset image fields ``` curl -u [email protected]:admin -XGET https://local.dotcms.site:8443/api/vtl/dynamic/ \ -H "Content-Type:text/plain" \ -d ' #foreach($con in $dotcontent.pull("+contentType:testing", 100,"")) title: $con.title name: $con.image.name size: $con.image.size...

Adding the test again, against master

A flag is sent as part of an ImmutableRelationshipField to know if the field is parent or child. This is useful from UI perspective to fix this issue #22549

### Proposed Changes * Set HTML ot JSON to the block editor in `edit_field.jsp` * Fix the `dotcms-block-editor` storybook not starting ### Checklist - [ ] Tests - [ ]...

In order to improve our startup times, we need to prevent tomcat from scanning for TLDs on startup as this takes a long time, especially in cloud environments

Type : Bug
Merged
Needs Internal QA
Maintenance Sprint
Next Release

Adding the Favorite Page type, again!

1. Create a content type `testing` - Title - Image (Image Field) 2. Create a content object of `testing` - use DnD to upload a dotAsset to the field 3....

Type : Bug
Severity : CS Priority
Maintenance Sprint
Next Release