Custom DB Field 'Description'
Submitted CessPoolCleaner, Jul 23 2012 10:15 PM | Last updated Aug 02 2012 09:15 AM
In the instructions for adding a CCS DB field the field definition is;
However, in .../applications_addon/ips/ccs/skin_cp/cp_skin_database_fields.php (line 437) it is building its own string;
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.
- Marcher Technologies likes this
| Status: | Fixed |
| Version: | 2.3.2 |
| Fixed In: | 2.3.3 |











1 Comments
Updating Status to: Fixed
-