Ignore:
Timestamp:
02/16/12 14:47:39 (13 years ago)
Author:
hendrikvanantwerpen
Message:
  • [Client] Finished page framework. See rft/ui/content.js or test files for details.
  • [Client] Allow login by pressing Enter.
  • [API] On exception include details in json response.
  • [Server Use Exceptions when save() fails, iso return values.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/server/classes/models/Answer.php

    r256 r263  
    112112                //TODO: Decide how to fix invalid references graciously.
    113113                if(!$this->evaluate())
    114                         return false;
     114                        throw new Exception('Evaluation failed.');
    115115
    116116                //Ensure the required folder exists.
Note: See TracChangeset for help on using the changeset viewer.