View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09926 | Bug reports | Central participant database | public | 2015-09-28 18:14 | 2015-09-30 11:01 |
Reporter | ResearchOnBlogs | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.06+ | ||||
Target Version | 2.06+ | Fixed in Version | 2.06+ | ||
Summary | 09926: try to store dop down values causes an exception | ||||
Description | If you try to store the values of a drop down you get an exception | ||||
Additional Information | The value for the column "attribute_id" is not supplied when querying the table "lime_participant_attribute_names". /framework/db/schema/CDbCommandBuilder.php(621): CDbCommandBuilder->createInCondition(CMysqlTableSchema, array("attribute_id", "attribute_type"), array("6"), " 621 $condition=$this->createInCondition($table,$table->primaryKey,$pk,$prefix); framework/db/ar/CActiveRecord.php(1485): CDbCommandBuilder->createPkCriteria(CMysqlTableSchema, "6", "", array(), ...) 1485 $criteria=$this->getCommandBuilder()->createPkCriteria($this->getTableSchema(),$pk,$condition,$params,$prefix); | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | ef8e4e62bc6a178050763c88208e | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | xx | ||||
Server OS (if known) | xx | ||||
Webserver software & version (if known) | xx | ||||
PHP Version | xx | ||||
solved create a pull request |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=16031 |
|
Version 2.06+ Build 150930 released |
|
LimeSurvey: master 2892688a 2015-09-29 10:53 kairavesloot Details Diff |
Fixed issue 09926: Can't save dropdown values in CPD Error causes becasue the table has 2 primary key |
Affected Issues 09926 |
|
mod - application/models/ParticipantAttributeName.php | Diff File | ||
LimeSurvey: master 186a9385 2015-09-30 10:57 Details Diff |
Merge pull request #371 from KRav007/feature/Fixed_issue_9926_CPD_dropdown Fixed issue 09926: Can't save dropdown values in CPD |
Affected Issues 09926 |
|
mod - application/models/ParticipantAttributeName.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-09-28 18:14 | ResearchOnBlogs | New Issue | |
2015-09-28 18:14 | ResearchOnBlogs | File Added: Bildschirmfoto 2015-09-28 um 17.11.15.png | |
2015-09-29 10:29 | ResearchOnBlogs | File Deleted: Bildschirmfoto 2015-09-28 um 17.11.15.png | |
2015-09-29 16:30 | c_schmitz | Assigned To | => c_schmitz |
2015-09-29 16:30 | c_schmitz | Status | new => assigned |
2015-09-29 16:46 | ResearchOnBlogs | Note Added: 33205 | |
2015-09-30 10:57 | Changeset attached | => LimeSurvey master 2892688a | |
2015-09-30 10:57 | c_schmitz | Changeset attached | => LimeSurvey master 186a9385 |
2015-09-30 10:57 | c_schmitz | Note Added: 33213 | |
2015-09-30 10:57 | c_schmitz | Resolution | open => fixed |
2015-09-30 10:57 | c_schmitz | Status | assigned => resolved |
2015-09-30 10:57 | c_schmitz | Fixed in Version | => 2.06+ |
2015-09-30 11:01 | c_schmitz | Note Added: 33215 | |
2015-09-30 11:01 | c_schmitz | Status | resolved => closed |