View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
19957Bug reportsSurvey participants (Tokens)public2025-02-18 12:45
Reportersperbera Assigned Totibor.pacalat  
PrioritynoneSeverityminor 
Status resolvedResolutionfixed 
Product Version6.6.x 
Summary19957: wrong operator in removeFromBacklist() -> ParticipantBlacklistHandler
Description

Hi,
i´ve tried to unblackist a participant.
It did not work, cause the Operator is wrong.

    // Remove participant from the blocklist
    $participant->blacklisted == 'N';     --> should be only on =
    $participant->save();

RIGHT CODE:
// Remove participant from the blocklist
$participant->blacklisted = 'N';
$participant->save();

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)6.10.3
I will donate to the project if issue is resolvedYes
Browser
Database type & versionMariaDb
Server OS (if known)
Webserver software & version (if known)
PHP Version8.1

Users monitoring this issue

There are no users monitoring this issue.

Issue History

Date Modified Username Field Change
2025-02-11 09:57 sperbera New Issue
2025-02-13 16:27 tibor.pacalat Assigned To => gabrieljenik
2025-02-13 16:27 tibor.pacalat Status new => assigned
2025-02-17 20:17 gabrieljenik Assigned To gabrieljenik => DenisChenu
2025-02-17 20:17 gabrieljenik Status assigned => ready for code review
2025-02-17 20:17 gabrieljenik Note Added: 82051
2025-02-17 20:17 gabrieljenik Bug heat 0 => 2
2025-02-18 10:05 DenisChenu Assigned To DenisChenu => tibor.pacalat
2025-02-18 10:05 DenisChenu Status ready for code review => ready for testing
2025-02-18 12:45 tibor.pacalat Status ready for testing => resolved
2025-02-18 12:45 tibor.pacalat Resolution open => fixed