Ignore:
Timestamp:
11/24/12 18:13:18 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Small issues for db name, widgets, startup.

Don't start application when database is not configured correctly.
Refactored edit widgets to use DefaultEdit?.
Fixed bug in getItems of Lists.
Renamed database to 'qed'.

File:
1 edited

Legend:

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

    r410 r414  
    2222            .then(function(survey) {
    2323                Router.go('/survey/'+store.getIdentity(survey));
     24            },function(err){
     25                Content.notify(err.reason,'error');
    2426            });
    2527        },
Note: See TracChangeset for help on using the changeset viewer.