You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me just mark one thing this change is breaking survey description:
If you have a description of a survey question like below:
please copy-paste here the job id. You'll find a "JOBS / ########" it in the top-left area of job's page: the #s are the job id.
It will fail during the import.
question_description: "please copy-paste here the job id. You""ll find a "JOBS / ########" it in the top-left area of job""s page: the #s are the job id."
I think you see the quotes inside the description.
HI,
I've noticed that there was removed crucial change in the code inside survey.
regex_replace('default: ([^"].*)', 'default: "\\g<1>
It was in this commit: 8087e88
Edit. Ok I get it was bugged could you provide other solution to the #8?
The text was updated successfully, but these errors were encountered: