[BUGFIX] Prevent TypeError in file related webhook messages
Since FileInterface->getPublicUrl() might return `NULL`, corresponding constructor arguments are updated to now expect `?string`. Resolves: #103051 Releases: main, 12.4 Change-Id: I8d16c6b9361694733dc2c5c4b2e69693fe25cff4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82979 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/webhooks/Classes/Message/FileAddedMessage.php 1 addition, 1 deletiontypo3/sysext/webhooks/Classes/Message/FileAddedMessage.php
- typo3/sysext/webhooks/Classes/Message/FileRemovedMessage.php 1 addition, 1 deletiontypo3/sysext/webhooks/Classes/Message/FileRemovedMessage.php
- typo3/sysext/webhooks/Classes/Message/FileUpdatedMessage.php 1 addition, 1 deletiontypo3/sysext/webhooks/Classes/Message/FileUpdatedMessage.php
Please register or sign in to comment