Closed c-kobo closed 1 year ago
Exception 'Cannot read properties of undefined (reading 'entitySet')' is thrown in FEMockserver.js when the mentioned handler is called. This is a regression as this was working before.
Steps to reproduce the behavior:
const parent: MockDataContributor | undefined = await this.base?.getParentEntityInterface();
{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}
Tested successfully with fe-mock-server-core 1.1.74 containing fix
Description
Exception 'Cannot read properties of undefined (reading 'entitySet')' is thrown in FEMockserver.js when the mentioned handler is called. This is a regression as this was working before.
Steps to Reproduce
Steps to reproduce the behavior:
const parent: MockDataContributor | undefined = await this.base?.getParentEntityInterface();
Screenshots
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}