SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

[BUG] Table formatter expansion #1773

Closed kavics closed 1 year ago

kavics commented 2 years ago

The OData table formatter does not use the select-expand values. This is a tech debt.

kavics commented 2 years ago

Check feature with this link: https://inmem-daily.test.sensenet.cloud/odata.svc/root?metadata=no&$expand=AllowedChildTypes,EffectiveAllowedChildTypes&$select=Path,AllowedChildTypes/Name,EffectiveAllowedChildTypes/Name&$format=table

If the feature is active you should see this: image

Before feature activation the response was this: image