Ignore:
Timestamp:
05/02/13 13:13:13 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Enable validation on all fields of question.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed/pages/session.js

    r441 r442  
    5151        onSave: function(evt) {
    5252            lang.mixin(this.session,this.propertiesForm.get('value'));
    53             this.session.accounts = array.map(this._accountList.get('value'),
    54                                               function(item){
    55                                                   return store.getIdentity(item);
     53            this.session.accounts = array.map(this._accountList.get('value'), function(item){
     54                return store.getIdentity(item);
    5655            });
    5756            store.put(this.session)
Note: See TracChangeset for help on using the changeset viewer.