- Issue created by @Klaas
- Merge request !22TypeError: round(): Argument #1 ($num) must be of type int|float Active → (Merged) created by Klaas
When you create a view, and you use contact_id, the contact_id is retrieved as a string, but showed in the view as a number. I suspect that in the past this was no problem because somewhere there was an implicit conversion. Now it throws an ugly error.
TypeError: round(): Argument #1 ($num) must be of type int|float, string given in round() (line 173 of /home/gddkvsnl/mijntest.bindkracht10.nl/web/core/modules/views/src/Plugin/views/field/NumericField.php).
Active
2.1
Code