Closed 815are closed 2 months ago
Steps to reproduce the behavior:
<Annotations Target="LibraryService.LibraryElement"> <Annotation Term="UI.CreateHidden"> <Path>/AuthorizationRestriction/isNotAllowedToCreate</Path> </Annotation> ...
oDataServiceAVT.resolvePath('/LibraryElement').target.annotations.UI.CreateHidden
From debugger:
Error is not thrown
Error is thrown
Add any other context about the problem here OS:
{describe the problem}
{describe the fix}
{Some explanation why this issue might have been missed during normal development/testing cycle}
{if we don’t want to see this type of issues anymore what we should do to prevent}
Fixed with @sap-ux/edmx-parser@0.8.1
Thanks, @nlunets. But pls. note that I had to adapt our copy of the StableIdHelper for this, evaluation of odata.concat
Steps to Reproduce
Steps to reproduce the behavior:
From debugger:
Expected results
Error is not thrown
Actual results
Error is thrown
Screenshots
Version/Components/Environment
Add any other context about the problem here OS:
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}