[ 
http://mifosforge.jira.com/browse/MIFOS-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62741#action_62741
 ] 

Jakub Sławiński commented on MIFOS-3820:
----------------------------------------

This is only reproducible on the attached database dump, which is broken. There 
is:

CREATE TABLE `question_choice_tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `choice_id` int(11) NOT NULL,
  `tag_text` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tag_text` (`tag_text`),
...

but should be:

CREATE TABLE `question_choice_tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `choice_id` int(11) NOT NULL,
  `tag_text` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `choice_id` (`choice_id`,`tag_text`),
...

So this ticket can be closed as invalid.

> Issues related to adding Smart Select questions during the Question Group 
> creation 
> -----------------------------------------------------------------------------------
>
>                 Key: MIFOS-3820
>                 URL: http://mifosforge.jira.com/browse/MIFOS-3820
>             Project: mifos
>          Issue Type: Bug
>          Components: QuestionGroups/Surveys/PPI
>    Affects Versions: Release E
>            Reporter: Lukasz Chudy
>            Assignee: Lukasz Chudy
>             Fix For: Release E - Iteration 12, Release E
>
>         Attachments: 2010-08-04_hudson_mifos_gazelle_trunk-db_dump.sql.zip, 
> SmartQuestionError.png
>
>
> I want to create a Question Group with a smart select question. On the 'Add 
> New Question Group' page when I add a smart question with tags (tags which 
> were previously used in another question) by using 'Add new question' option 
> and click 'Submit', the page with an error appears. See attached screenshot. 
> I also attached the dump of the database where this bug is existing.
> The same page with an error appears when I add previously created smart 
> select question by using 'Select from list of existing questions' option and 
> click 'Submit'. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to