View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09031 | Bug reports | RemoteControl | public | 2014-05-12 14:56 | 2015-01-16 18:11 |
Reporter | ravi4957 | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.05+ | ||||
Summary | 09031: "get_summary" of survey is returning same count for complete and incomplete responses | ||||
Description | get_summary call returns only incomplete responses count in both parameters (complete and incomplete responses) check below details compare line number 560 and 561 | ||||
Additional Information | To solve the above issue, the lines should be something like below $aSummary['completed_responses']= SurveyDynamic::model($iSurveyID)->count('submitdate IS NOT NULL'); | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | |||||
I will donate to the project if issue is resolved | |||||
Browser | |||||
Database type & version | |||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-05-12 14:56 | ravi4957 | New Issue | |
2014-09-11 23:09 | c_schmitz | Changeset attached | => LimeSurvey master 14f9e7d6 |
2014-09-11 23:09 | c_schmitz | Note Added: 30590 | |
2014-09-11 23:09 | c_schmitz | Assigned To | => c_schmitz |
2014-09-11 23:09 | c_schmitz | Resolution | open => fixed |
2015-01-16 17:13 | c_schmitz | Project | Feature requests => Bug reports |
2015-01-16 18:11 | c_schmitz | Severity | feature => minor |
2015-01-16 18:11 | c_schmitz | Status | new => assigned |
2015-01-16 18:11 | c_schmitz | Status | assigned => closed |
2015-01-16 18:11 | c_schmitz | Fixed in Version | => 2.05+ |