Jump to content


Photo

Custom DB Field 'Description'


In the instructions for adding a CCS DB field the field definition is;

The getTypes() method should return an array of arrays, with each child array having key 0 as the field type key, and field 1 as the language string to use.  This method is commonly called to generate the options to show in an ACP dropdown field.


However, in .../applications_addon/ips/ccs/skin_cp/cp_skin_database_fields.php (line 437) it is building its own string;
  $_type  = $this->lang->words['field_type__' . $field['field_type'] ];
It should be using the value defined in the 'plugin' not trying to re-derive it.

Status: Fixed
Version: 2.3.2
Fixed In: 2.3.3


1 Comments

Updating Fixed In to: 2.3.3
Updating Status to: Fixed

-