Project

General

Profile

Actions

Bug #2132

closed

alternative field title for date fieldtypes non-functional

Added by krileon over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06 December 2010
Due date:
% Done:

100%

Estimated time:
2:00 h

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.

http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/catid,140/id,147823/#147823


Files

2132_a.patch (1.9 KB) 2132_a.patch krileon, 07 December 2010 15:24
2132_b.patch (1.21 KB) 2132_b.patch krileon, 07 December 2010 15:24
Actions #1

Updated by beat over 13 years ago

  • Assignee changed from beat to krileon

Updated by krileon over 13 years ago

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::.

Actions #3

Updated by beat over 13 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.

Actions #4

Updated by beat over 13 years ago

r1342 fixes a regression on registration form for tabs displayed as pseudo-fields

Actions

Also available in: Atom PDF