Actions
Bug #70303
closedRadioViewHelper getPropertyValues needs to be converted to identifier if possible
Start date:
2015-10-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
RadioViewHelper with propertyValue checked mapping does not work correctly if the value is an object
because getValueAttribute converts object to an identifier whereas getPropertyValue does not, so we have to convert it manually.
Actions