Bug #2132
closedalternative field title for date fieldtypes non-functional
Description
When inputting an alternative title for date fieldtype fields it does not function. Appears to be present in Tableless and DIV based designs alike.
Files
Updated by krileon almost 14 years ago
- File 2132_a.patch 2132_a.patch added
- File 2132_b.patch 2132_b.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Static function could not access $this preventing it from using the plugin defined title and/or description functions. self:: can not access the same as $this. Could not find a specific reason as to why function was static aside from referenced access from _renderFields. Patch A addressed static function. Patch B addresses _renderFields usage to use callField instead of cbFieldHandler::.
Updated by beat almost 14 years ago
- Status changed from Resolved to Closed
- Estimated time set to 2:00 h
Fixed in r1335 as proposed in patch. Thank you Kyle.
This removes last static calls and PHP5 strict issues in CB Fields, and adds 2 new events as well.
Updated by beat almost 14 years ago
r1342 fixes a regression on registration form for tabs displayed as pseudo-fields