Compare commits

..

2 Commits

Author SHA1 Message Date
admin 7c11683515 chore: feat/null_besucher → main (Version 1.10.3) 2026-07-07 12:47:04 +02:00
admin 4e4ea7f86b fix: 0 bzw. keine Besucher bei 'Beobachtung' akzeptiert — Version 1.10.3
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 12:47:04 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export default function LogbuchForm({ kuppel, currentUserBeo, editEntry, onSaved
setError('');
setSuccess(false);
if (showBesucher && besucher === '') {
if (showBesucher && artFuehrung !== 'Beob' && besucher === '') {
setError('Bitte Besucherzahl eingeben.');
return;
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "logbuch",
"version": "1.10.2",
"version": "1.10.3",
"private": true,
"scripts": {
"dev": "next dev",