View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 19678 | Bug reports | Conditions | public | 2024-08-04 11:34 | 2024-08-04 11:34 |
| Reporter | TVZ | Assigned To | |||
| Priority | none | Severity | tweak | ||
| Status | new | Resolution | open | ||
| Product Version | 6.5.x | ||||
| Summary | 19678: For RemoteControll list_participants() we can add the "NOT IN' Operator | ||||
| Description | For the list_participants() method, we can add the 'NOT IN" operator. The addNotInCondition() methos already exists in the CDbCriteria class; In app/helpers/remotecontrol/remotecontrol_handle.php Line 2332 Then add the condition elseif ($operator === 'NOT IN') { I have attached the updated file | ||||
| Steps To Reproduce | Steps to reproduce(Replace this text with detailed step-by-step instructions on how to reproduce the issue) Expected result(Write here what you expected to happen) Actual result(Write here what happened instead) | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Bug heat | 0 | ||||
| Complete LimeSurvey version number (& build) | 6.5.16+ | ||||
| I will donate to the project if issue is resolved | Yes | ||||
| Browser | Chrome | ||||
| Database type & version | 10.6.18-MariaDB | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | PHP 8.2 | ||||