Description of problem: When adding a new condition to a search filter than all option values have the same title (tasks/jobs/process). Version-Release number of selected component (if applicable): BPMS 6.2.0.ER1 How reproducible: Always Steps to Reproduce: 1. Add new search filter (eq. New Job List) and go to Filter tab 2. Click "Filters Add new" 3. Select column eq. id 4. Go to different condition eq. "like" or "greater than" 5. See titles for different conditions (eq. id != val1) Actual results: All conditions have the same title Expected results: eq. "greater than" has title "id greater than val1" Additional info:
When a new condition is added the user has to select the column over the restriction is applied and the kind of condition. I verified the text related with the condition changes depending on the type of restriccion selected: In case that we want generate a TASKID greater than 5. The text displayed is TASKID > 5 When we change to TASKID greater or equals, the text change to TASKID >=5
BPMS 6.3.0.ER2