View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 14080 | Bug reports | Survey taking | public | 2018-09-19 08:34 | 2019-08-30 14:28 | 
| Reporter | Deusdeorum | Assigned To | DenisChenu | ||
| Priority | immediate | Severity | partial_block | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.14.x | ||||
| Target Version | 3.14.x | Fixed in Version | 3.14.x | ||
| Summary | 14080: moving backwards clears answer (Date/Time question) | ||||
| Description | If you use a Date/Time question with dropdown layout and HH:MM as format and answers the question and proceed, moving backwards will clear the answer, from client and DB. I included two other date/time questions where it is working.  | ||||
| Steps To Reproduce | i) Create a survey with two groups. Add a Date/Time question with dropdown layout and HH:MM as format, add a placeholder question in second group. Answer is cleared from both client side and backend side.  | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Bug heat | 12 | ||||
| Complete LimeSurvey version number (& build) | 3.14.9 github | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | chrome, safari, ie | ||||
| Database type & version | mysqlnd 5.0.12-dev | ||||
| Server OS (if known) | Linux stretch 4.9.0-4-amd64 | ||||
| Webserver software & version (if known) | nginx/1.10.3 | ||||
| PHP Version | 7.0.27-0+deb9u1 | ||||
| has duplicate | 14115 | closed | DenisChenu | time fields: input disappears | 
| 
	 I can confirm that issue.  | 
|
| 
	 @Deusdeorum: Can you set default answers values in any of the three date/time questions? I'm not able to set one.  | 
|
| 
	 @Jelo Ah, of course, it's getting replaced by an empty value. Anyhow, it's gone. I cannot set default answers no, only for the third (q1c) which is a date question, 2018-09-20 will set default value to today!  | 
|
| 
	 @Deusdeorum: You're right, that it is bug. I only wanted to point out, that the routines to save the values are working. The default value setting routines seem to be buggy.  | 
|
| 
	 Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=28014  | 
|
| 
	 @jelo : can you test with default value please ? And if broken send a simple lss.  | 
|
| 
	 Oup , surely issue with intval("")  | 
|
| 
	 https://bugs.limesurvey.org/plugin.php?page=Source/view&id=28016  | 
|
| 
	 I tested your latest fix. Everything but default value works for me. Thanks a lot for fixing this @DenisChenu  | 
|
| 
	 Okey, default value works as well, but not in HH:MM format. You'll have to enter 2018-10-01 11:32 to prefill 11:32.  | 
|
| 
	 @Deusdeorum Not related of HTML (twig) part : think it must be fixed elsewhere :)  | 
|
| 
	
	 LimeSurvey: master 16826026 2018-09-26 13:23 Details Diff  | 
Fixed issue 14080: moving backwards clears answer (Date/Time question) Dev: 'selected' != selected (not an attribute) Dev: use ==intval for all dropdown (like day of month) Dev: rename currentdate to currentday for day …  | 
Affected Issues 14080  | 
|
| mod - application/helpers/qanda_helper.php | Diff File | ||
| mod - application/views/survey/questions/answer/date/dropdown/rows/day.twig | Diff File | ||
| mod - application/views/survey/questions/answer/date/dropdown/rows/hour.twig | Diff File | ||
| mod - application/views/survey/questions/answer/date/dropdown/rows/minute.twig | Diff File | ||
| mod - application/views/survey/questions/answer/date/dropdown/rows/month.twig | Diff File | ||
| mod - application/views/survey/questions/answer/date/dropdown/rows/year.twig | Diff File | ||
| 
	
	 LimeSurvey: master d1483937 2018-09-26 16:54 Details Diff  | 
Dev: follow 14080 : issue with '' == 0 only for minutes and seconds needed | 
Affected Issues 14080  | 
|
| mod - application/views/survey/questions/answer/date/dropdown/rows/day.twig | Diff File | ||
| mod - application/views/survey/questions/answer/date/dropdown/rows/hour.twig | Diff File | ||
| mod - application/views/survey/questions/answer/date/dropdown/rows/minute.twig | Diff File | ||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2018-09-19 08:34 | Deusdeorum | New Issue | |
| 2018-09-19 08:34 | Deusdeorum | File Added: limesurvey_survey_656226.lss | |
| 2018-09-19 08:35 | Deusdeorum | Summary | moving backwards clears answer => moving backwards clears answer (Date/Time question) | 
| 2018-09-19 14:36 | ollehar | Priority | none => immediate | 
| 2018-09-20 02:35 | jelo | Note Added: 49098 | |
| 2018-09-20 02:39 | jelo | Note Added: 49099 | |
| 2018-09-20 08:16 | Deusdeorum | Note Added: 49100 | |
| 2018-09-20 10:42 | jelo | Note Added: 49102 | |
| 2018-09-26 11:11 | DenisChenu | Assigned To | => DenisChenu | 
| 2018-09-26 11:11 | DenisChenu | Status | new => assigned | 
| 2018-09-26 11:24 | DenisChenu | Changeset attached | => LimeSurvey master 16826026 | 
| 2018-09-26 11:24 | DenisChenu | Note Added: 49128 | |
| 2018-09-26 11:24 | DenisChenu | Resolution | open => fixed | 
| 2018-09-26 11:24 | DenisChenu | Status | assigned => resolved | 
| 2018-09-26 11:24 | DenisChenu | Fixed in Version | => 3.14.x | 
| 2018-09-26 11:24 | DenisChenu | Note Added: 49129 | |
| 2018-09-26 13:49 | c_schmitz | Note Edited: 49128 | |
| 2018-09-26 13:51 | c_schmitz | Note Edited: 49128 | |
| 2018-09-26 13:52 | c_schmitz | Note Edited: 49128 | |
| 2018-09-26 13:53 | c_schmitz | Note Edited: 49128 | |
| 2018-09-26 13:59 | DenisChenu | Status | resolved => feedback | 
| 2018-09-26 13:59 | DenisChenu | Resolution | fixed => reopened | 
| 2018-09-26 13:59 | DenisChenu | Note Added: 49137 | |
| 2018-09-26 14:55 | DenisChenu | Changeset attached | => LimeSurvey master d1483937 | 
| 2018-09-26 14:55 | DenisChenu | Status | feedback => resolved | 
| 2018-09-26 14:55 | DenisChenu | Resolution | reopened => fixed | 
| 2018-09-26 14:55 | DenisChenu | Note Added: 49140 | |
| 2018-10-01 10:47 | DenisChenu | Relationship added | has duplicate 14115 | 
| 2018-10-01 11:30 | Deusdeorum | Note Added: 49199 | |
| 2018-10-01 11:32 | Deusdeorum | Note Added: 49200 | |
| 2018-10-14 18:51 | DenisChenu | Note Added: 49318 | |
| 2019-04-30 09:10 | c_schmitz | Status | resolved => closed | 
| 2019-08-30 14:28 | c_schmitz | Note Edited: 49140 |