Ignore:
Timestamp:
03/12/14 02:23:11 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Server handles the new flat response format correctly.
  • Client widgets and survey rendering creates a flat structure.
  • Fixed logic error in checking if questions in survey are published.
  • Restrict accepted properties in answers and reject empty strings as properties.
File:
1 edited

Legend:

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

    r503 r508  
    4242            var canDelete = (this.response &&
    4343                             this.response._surveyRun.respondentCanDeleteOwnResponse);
    44             this.cancelButton.set('disabled',canDelete||false);
     44            this.cancelButton.set('disabled',canDelete?false:true);
    4545            this.surveyWidget.set('readOnly', false);
    4646        },
Note: See TracChangeset for help on using the changeset viewer.