Mar 31, 2017 Shnoulle commented on commit LimeSurvey/LimeSurvey@efb9580173 If i remind , in previous version : (in 2.00 or before) : if a column is invalid : we don't add it in members. Then : if there are 2 member's and o…
Mar 31, 2017 Shnoulle commented on commit LimeSurvey/LimeSurvey@89ca5e01d9 Yes : in admin part, we don't call model()->with('survey') , then we don't have survey. And in fact : we don't really need survey here i think
Mar 31, 2017 Shnoulle commented on commit LimeSurvey/LimeSurvey@b3ef63e7f7 Lack of Y. And, maybe it's better to return null (and not 0) if fieldName(question type) is invalid. Add a test here : https://github.com/LimeSurve…