MantisBT: i30278-remove-cftype-const b06b3e45

Author Committer Branch Timestamp Parent
dregad dregad i30278-remove-cftype-const 2022-05-17 09:15 i30278-remove-cftype-const 7a77360c
Affected Issues  0030279: Text Custom Field columns should be left-aligned
Changeset

Consistently set type class for custom field columns

'cftype-textarea' class was introduced to fix wrapping for textarea
custom fields, as part of the patch for the regression on overflow-wrap
(see 0030268).

Assign a 'cftype-xxx' class to Custom Field columns of any type, where
xxx is the type (label) defined in $g_custom_field_type_enum_string,
with a simple transformation to ensure it is a valid CSS identifier.

Issue 0030279

mod - core/custom_function_api.php Diff File