Workflow - Conditions doesn't recognize some of the characters sets #9900
Labels
Area: Workflow
Issues & PRs related to all things regarding workflow
Priority:Important
Issues & PRs that are important; broken functions, errors - there are workarounds
Status:Fix Proposed
A issue that has a PR related to it that provides a possible resolution
Type: Bug
Bugs within the core SuiteCRM codebase
When having a condition of a text field that contains any special character, such as accents, "ñ", or "c" characters, the condition doesn't fulfill and the workflow isn't processed.
![HtmlCondition](https://user-images.githubusercontent.com/61022311/213013390-f9b76716-bc60-477c-b477-2bca0da455d9.gif)
This is because the workflow doesn't decode profile the HTML entities
Issue
Workflow conditions of text fields that compare special characters doesn't work properly
Expected Behavior
It should work with any character.
Actual Behavior
The workflows isn't executed cause the condition isn't met.
Possible Fix
Add the code for decode HTML entities.
Steps to Reproduce
Context
It should work with any character.
Your Environment
The text was updated successfully, but these errors were encountered: