Ignore:
Timestamp:
07/12/12 17:07:35 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Application header is link to menu now.
Links in menu page are clickable now.
Added some logic to session page. Simple props can now be edited and saved.
Different actions for session templates and instances in sessions page.
Cleaner code in ObjectBox?. No special cases anymore, scope error fixed.
Fixed scope error in store.js.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/store.js

    r352 r359  
    5656                                            Accept: this.accepts
    5757                                    }
    58                             }).then(function(result){
     58                            }).then(lang.hitch(this,function(result){
    5959                    if ( result.error ) {
    6060                        dfd.reject(result.reason);
     
    6464                        dfd.resolve(object);
    6565                    }
    66                 }, function(err){
     66                }), function(err){
    6767                    dfd.reject(err);
    6868                });
Note: See TracChangeset for help on using the changeset viewer.