- Issue created by @wim leers
- 🇳🇱Netherlands balintbrews Amsterdam, NL
wim leers → credited balintbrews → .
Reported by @balintbrews at #3503547-2: Display validation errors in code component dialogs → .
Creating multiple code components in the UI with the same name results in a 500 response.
Match what JSON:API does:
// Return a 409 Conflict response in accordance with the JSON:API spec. See
// http://jsonapi.org/format/#crud-creating-responses-409.
if ($this->entityExists($parsed_entity)) {
throw new ConflictHttpException('Conflict: Entity already exists.');
}
Active
0.0
Internal HTTP API
wim leers → credited balintbrews → .