Hello.
In the C# demonstration project, it appears that if you create a new survey, update the name and then change the survey, it fails.
I suspect the issue is due to the server application callback (that you set so that it can save the data) is either using the old ID or is corrupting the one that it has.
survey-creator.js
…
surveyCreator.loadSurvey(surveyId);
surveyCreator.saveSurveyFunc = function(saveNo, callback) {
…
This occurs in our 'production' integration as well, there does not appear to be an easy workaround.
Steps to reproduce
- Add a new survey
- Immediately edit it
- Change the name
- Update the new name
- Add a step (say rating in my case)
- Save the survey
- Fails … ID is null
The screen shot is a break point of a save request.
Thank you in adance
Hello,
We will fix it.
Thank you,
Andrew
SurveyJS Team