Skip to content

Commit

Permalink
bugfix: can create aulagen again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-staab committed Feb 3, 2025
1 parent f9a6275 commit 8b455d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/lib/forms/RestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public function handleAuslagen(array $routeInfo = []): void
],
'etag' => [
'regex',
'pattern' => '/^[A-Za-z0-9]{32}$/',
'pattern' => '/^(0|[A-Za-z0-9]{32})$/',
'error' => 'Ungültige Version.',
],
'projekt-id' => [
Expand Down

0 comments on commit 8b455d1

Please sign in to comment.