Darian Serrano Ferrer
Results
2
comments of
Darian Serrano Ferrer
I think the fix is quite simple: in oDataProvider.js, line 742, value is an array, inside are the items with __convertedRefence, adding something like and a little refactoring would do...
Hi @SteveSandersonMS, I think what this is about is having a routing system similar to Angular or react-router, where `@page "/customer/{customerId}/order/{orderId}/orderitem/{orderItemId}"` is not an absolute route in a component, but...