Ignore:
Timestamp:
03/09/14 19:25:40 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • _ComplexValueMixin propagates priorityChange to children.
  • Deserialize updated docs after save too.
  • Validate to false if definitions are missing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/pages/survey.js

    r492 r493  
    5959        _refresh: function() {
    6060            this.titleNode.innerHTML = this.object.title || "(set title in properties)";
    61             this.propertiesForm.set('value',{survey:this.object});
    62             this.questionList.set('value',
    63                                   this.object.questions);
     61            this.propertiesForm.set('value',{survey:this.object},null);
     62            this.questionList.set('value',this.object.questions,null);
    6463        },
    6564        _includeQuestion: function(question) {
Note: See TracChangeset for help on using the changeset viewer.