Ignore:
Timestamp:
03/11/14 22:45:58 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Added subcodes to schema and config widgets.
  • Disallow empty strings in schema and strip objects before sending them to the server.
  • Finally managed proper change events in lists and complexvalues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/pages/question.js

    r503 r506  
    5555                return this.inherited(arguments);
    5656            } else {
    57                 return new Deferred().reject();
     57                return new Deferred().reject({error:"Please correct invalid values."});
    5858            }
    5959        },
Note: See TracChangeset for help on using the changeset viewer.