hoogi91 / spreadsheets

TYPO3 Extension spreadsheets
https://extensions.typo3.org/extension/spreadsheets/
GNU General Public License v3.0
3 stars 5 forks source link

Undefined array key "size" in Classes/Form/Element/DataInputElement.php line 49 #539

Closed guelzow closed 2 months ago

guelzow commented 4 months ago

Hi everyone.

Version(s) affected: 4.0.0

Description
PHP Warning: Undefined array key "size" in Classes/Form/Element/DataInputElement.php line 49 To the source code

How to reproduce

  1. Setup TYPO3 12 lts with PHP 8.2
  2. Switch to debug mode
  3. Go to the backend and create a new record

Possible Solution
Change this line to:

$this->view->assign('inputSize', (int)($this->config['size'] ?? 0));

Additional context
n/a

Tobi

hoogi91 commented 2 months ago

Solved with Release 4.0.1