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
When working with localization it's often the case to have the same structure for multiple objects which you want to 'merge' when exposing to a third party. For example object 'attribute' and object 'classification' both have a code but the name is localized.
As you can see in the template I can set the attribute code and go deeper on the object for the classification code. But for the localizedAttributes I can't use classification.localizedAttributes.nl.name for example. And I can only climb up one parent with the source parameter.
It would be great to extend the source parameter to chain parents here. For example:
I don't have much time to work on this project. But I think it is fairly easy.
Would you please send the payload, so I can test it thoroughly.
It will be more like:
When working with localization it's often the case to have the same structure for multiple objects which you want to 'merge' when exposing to a third party. For example object 'attribute' and object 'classification' both have a code but the name is localized.
Attribute object:
Template object:
As you can see in the template I can set the attribute code and go deeper on the object for the classification code. But for the localizedAttributes I can't use classification.localizedAttributes.nl.name for example. And I can only climb up one parent with the source parameter.
It would be great to extend the source parameter to chain parents here. For example:
This way it's possible to go deeper and higher with ease and gives so much flexibility for building custom views.
The text was updated successfully, but these errors were encountered: