Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDS backend: support additional "missing record" cases #2324

Merged
merged 14 commits into from Feb 17, 2022
Expand Up @@ -336,6 +336,7 @@ public function retrieve($id, ParamBag $params = null)
}
break;
case 135:
case 132:
// DbId not in profile, fall through to treat as "record not found"
$response = [];
break;
Expand Down