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/surveys.js

    r497 r508  
    4949        _onRunSurvey:function(survey){
    5050            var surveyRun = surveyRuns.create();
     51            surveyRun.title = 'Run of "' + survey.title + '" of '+(new Date().toString());
    5152            surveyRun.survey = survey;
    5253            surveyRuns.save(surveyRun)
Note: See TracChangeset for help on using the changeset viewer.