Important: The sorting select shares the option rendering
Description
View was removed. It
was identical to the method it inherits from
FGTCLB\, down to the
last character - the class only ever needed its own get.
That base class writes every option through a single method now, which escapes the option value. It used to concatenate the value unchanged while escaping the label.
Impact
The rendered markup is unchanged. The options of this select carry the values of
Enumeration\ - title, asc, desc and their siblings - and
none of them needs escaping.
An own subclass overriding render keeps working, and one calling
parent:: reaches the inherited implementation.
References
- AbstractSelectViewHelper in
EXT:- the class writing the option markup, and where the change is documented.category_ types