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 trying to retrieve a single entity with proper key as for example /MyEntity(stringKey1='something',stringKey2='somethingagain',dateTimeKey=datetime'2024-01-01T00%3A00%3A00')
the mock server returns a 404 http code response.
The server expect to treat the attribute as a string (so for instance '/Date(1234567890)/').
Steps to Reproduce
Steps to reproduce the behavior:
Run a UI5 application with mock server
Request an entity with Edm.DateTime type as key attribute
Expected results
It should let use it as key
Actual results
Is returning a 404
Version/Components/Environment
Add any other context about the problem here
OS:
Mac OS
Windows
Other
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}
The text was updated successfully, but these errors were encountered:
Description
@sap-ux/ui5-middleware-fe-mockserver is not actually managing datetime as entity key.
I have an entity like as follow:
When trying to retrieve a single entity with proper key as for example
/MyEntity(stringKey1='something',stringKey2='somethingagain',dateTimeKey=datetime'2024-01-01T00%3A00%3A00')
the mock server returns a 404 http code response.
The server expect to treat the attribute as a string (so for instance '/Date(1234567890)/').
Steps to Reproduce
Steps to reproduce the behavior:
Expected results
It should let use it as key
Actual results
Is returning a 404
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}
The text was updated successfully, but these errors were encountered: