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/model/widgets/SurveyRunWidget.js

    r494 r506  
    1515        _getValueAttr: function() {
    1616            var value = this.inherited(arguments);
    17             if ( !value.startDate ) { delete value.startDate; }
    18             if ( !value.endDate ) { delete value.endDate; }
    1917            value.respondentCanDeleteOwnResponse =
    2018                value.respondentCanDeleteOwnResponse.length > 0;
Note: See TracChangeset for help on using the changeset viewer.