You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perspectives are used on services to identify nested object properties that should not be retrieved by default, if you'd like to retrieve it you have to use $select. However, this complexifies the way editors are implemented when targetting a perspective. Moreover, it does not work well with some feathers modules like feathersjs-ecosystem/feathers-reactive#214.
We should try to remove it in KDK to let applications chooose wich properties to hide using discard() or preventChanges() hooks. We should however still allow editors to work on nested properties.
The text was updated successfully, but these errors were encountered:
Perspectives are used on services to identify nested object properties that should not be retrieved by default, if you'd like to retrieve it you have to use
$select
. However, this complexifies the way editors are implemented when targetting a perspective. Moreover, it does not work well with some feathers modules like feathersjs-ecosystem/feathers-reactive#214.We should try to remove it in KDK to let applications chooose wich properties to hide using
discard()
orpreventChanges()
hooks. We should however still allow editors to work on nested properties.The text was updated successfully, but these errors were encountered: