Error 500 in Box List when Name is empty

Issue #1081 resolved
Stephan Krebernik created an issue

Fix:

/opt/admin/src/Base/Entity/Box.php

Line 344

change to:

return $this->name ?? '';

Comments (1)

  1. Log in to comment