Actions
Bug #2713
closedMulti-valued CB substitutions failing to display and IF statements on multi-valued fields do not work
Description
Usage of [fieldname] appears to be failing for several field types. Drop-down fields confirmed not working.
Files
Updated by krileon over 13 years ago
- File 2713.patch 2713.patch added
- Status changed from New to Resolved
- % Done changed from 0 to 100
When using getField and returning the PHP values and the values is an array (in cases of select fields) it doesn't format them properly as Val1|*|Val2|*|etc.. but instead returns an array, the array needs to be processed into a string with a separator of |*|.
Updated by krileon about 13 years ago
- File plugin.foundation.php plugin.foundation.php added
Attaching a CB 1.7 version of the plugin.foundation.php file with patch applied for users needing a quick fix.
Updated by beat about 13 years ago
- Subject changed from Several raw substitutions failing to display to Multi-valued CB substitutions failing to display
- Status changed from Resolved to Closed
- Estimated time set to 2:00 h
Fixed in r1572 .
Updated by krileon about 13 years ago
- File plugin.foundation.patch plugin.foundation.patch added
- Status changed from New to Resolved
Bug also present in IF usage and userfield usage.
Updated by beat about 13 years ago
- Subject changed from Multi-valued CB substitutions failing to display to Multi-valued CB substitutions failing to display and IF statements on multi-valued fields do not work
- Status changed from Resolved to Closed
r1615 fixes as proposed in 2nd patch 2nd part of this bug: IF statements on multi-valued fields do not work
Actions