- Issue created by @mwrbg
Type error occurs when navigating to:
/admin/beehotel/pricealterator/alterators
TypeError: Drupal\Component\Utility\Html::escape(): Argument #1 ($text) must be of type string, null given, called in /var/www/html/web/core/lib/Drupal/Component/Render/FormattableMarkup.php on line 238 in Drupal\Component\Utility\Html::escape() (line 431 of core/lib/Drupal/Component/Utility/Html.php).
On a Drupal 11 install with BEE Hotel, navigate to "BEE Hotel" on the "Manage" menu, then navigate to "Price Alterators" - the above error occurs.
This appears to be due to an argument with a value of 0 being interpreted as NULL. Converting to a string with strval seems to fix.
Active
2.24
Code