Changeset 1378 for HelpIM3

Show
Ignore:
Timestamp:
01/17/11 15:13:55 (16 months ago)
Author:
zeank
Message:

fix bad link to add a question on EditQuestionair? page
refs #251

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/HelpIM/questionair/pages/EditQuestionair.py

    r877 r1378  
    3333        self.log.debug('.getShowQuestionsPanel()') 
    3434        addAction = {    'action':  [   {'name':'AddQuestion', 'text':'Voeg een vraag toe'}, 
    35                                         [  {'actionParm': [    {'name': 'questionair_id', 'valueRecord':'Question', 'valueAttr':'questionair_id' } ] }, 
    36                                            {'actionParm': [    {'name': 'question_id', 'valueRecord':'Question', 'valueAttr':'question_id' } ] }, 
     35                                        [  {'actionParm': [    {'name': 'questionair_id', 'valueRecord':'Questionair', 'valueAttr':'questionair_id' } ] }, 
    3736                                        ]    
    3837                                    ] }