Skip to content

Add support for descriptions on list section entries

Marcel Konrad requested to merge description-for-list-section-entries into master

This MR adds support for descriptions on list section entries. This was an oversight in the initial implementation, as the feature has never been used before. It effectively changes the entries property of list sections from a simple list of resource references to a list of objects that each contain a value property for the previous resource reference and a description field.

Merge request reports