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/ApplicationInstance.php

    r256 r263  
    7676                //Do note save if there are invalid references in this object.
    7777                if(!$this->evaluate())
    78                         return false;
     78                        throw new Exception('Evaluation failed.');
    7979
    8080                //Ensure the required folder exists.
Note: See TracChangeset for help on using the changeset viewer.