Actions
Bug #7883
closedUsing a STRING or HTML getter does not guarantee a string response
Description
When calling a getter with GetterInterface::STRING or GetterInterface::HTML the expected response type is string. This can respond with an int, float, etc.. if there is nothing to filter. This should always return a string. Implement type casting to ensure a string is always returned.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1536
STRING and HTML getters should always return string once merged.
Actions