Broadleaf Microservices
  • v1.0.0-latest-prod

Content Release Notes for 2.0.8-GA

Security

To review the security related content, see Release Train 2.1.5 notes for the full details.

New Features & Notable Changes

  • New Entity: Custom Content Field

    • This is a new entity that can define a reusable content field, which can be either an enumerated value or hydrated via a lookup operation.

    • A Custom Content Field can be created and configured in the new admin section, Content Management > Content Fields

    • These fields can be used in Content Models using the new “Reference” Field Type option

  • Now sort Content Items by Last Updated by default since that is visible in the grid

Bug Fixes

  • Fixed an error where "Undo Overrides" would accidentally delete the values of non-overriden content fields.

    • Updated DefaultContentItemService#removeFieldDataForContent to exclude inherited records when fetching the collection of FieldData to delete for a given ContentItem. This way, we will only delete field data records that are directly related to the content item record that represents the override, rather that its parent’s.