Actions
Bug #3350
closedPHP value matching translates language strings
Description
When matching values in PHP the string is translated, but with JS it isn't. PHP needs to match JS matching and not translate strings. It's possible CB substitution API won't allow this as same issue is present for IF substitution usages.
Updated by krileon over 12 years ago
- Status changed from Assigned to Rejected
- Target version set to 1.3.2
This only happens if API has to be used to retrieve a select fields value. There's no workaround as CB it self is translating the values in cb.core.php when returning using an output of php. This same issue is present with IF substitutions and no workaround. Nothing I can do about this nor can I confirm users experience of conditioned fields not storing to database.
Actions