View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
04992Bug reportsData Entry (non public)public2011-04-11 11:34
Reporterfcabralpacheco Assigned ToDenisChenu  
PrioritynormalSeverityblock 
Status closedResolutionfixed 
Product Version1.90+ 
Fixed in Version1.91RC6 
Summary04992: Date entry window not load submitdate in completed field value - on save survey response is changed to not completed
Description

Date entry window not load submitdate in completed field - on save survey response is changed to not completed.

Error is present in line 505 of file "admin/dataentry.php"

This not work:

$completedate= empty($idrow[$fname['fieldname']]) ? $mysubmitdate : $idrow[$fname['fieldname']];

This work fine:

$completedate= empty($idrow[$fname['submitdate']]) ? $mysubmitdate : $idrow[$fname['submitdate']];

Steps To Reproduce
  • Open response of survey to edit;
  • Save response.

    Result: Submit date is changed to NULL.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)9642
I will donate to the project if issue is resolvedNo
BrowserAll
Database type & versionMysql 5
Server OS (if known)Debian 5 and Ubuntu 10.04
Webserver software & version (if known)Apache 2
PHP VersionPHP 5

Relationships

duplicate of 04934 closedDenisChenu GSoC - Editing a response in the data entry form always resets the answer to "not completed" in private surveys 
duplicate of 04885 closedc_schmitz date fields are filled with '30.11.1999' in dataentry edit mode if MySQL value is 'NULL' 

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2011-03-02 18:24

developer   ~14303

Can you test with last 1.91RC4 version ?

fcabralpacheco

fcabralpacheco

2011-03-02 19:15

reporter   ~14306

Last edited: 2011-03-02 19:17

I saw now in SVN. This bug was fixed in revision 9794.
Thanks.

DenisChenu

DenisChenu

2011-03-02 20:16

developer   ~14307

OK, thank you for your feedback !

:)

Issue History

Date Modified Username Field Change
2011-03-02 17:35 fcabralpacheco New Issue
2011-03-02 18:23 DenisChenu Assigned To => DenisChenu
2011-03-02 18:23 DenisChenu Status new => assigned
2011-03-02 18:24 DenisChenu Note Added: 14303
2011-03-02 18:25 DenisChenu Relationship added duplicate of 04934
2011-03-02 18:26 DenisChenu Relationship added duplicate of 04885
2011-03-02 18:27 DenisChenu Assigned To DenisChenu =>
2011-03-02 18:28 DenisChenu Assigned To => DenisChenu
2011-03-02 18:28 DenisChenu Status assigned => new
2011-03-02 18:28 DenisChenu Status new => assigned
2011-03-02 19:15 fcabralpacheco Note Added: 14306
2011-03-02 19:17 fcabralpacheco Note Edited: 14306
2011-03-02 19:17 fcabralpacheco Note Edited: 14306
2011-03-02 20:16 DenisChenu Note Added: 14307
2011-03-02 20:17 DenisChenu Status assigned => resolved
2011-03-02 20:17 DenisChenu Resolution open => fixed
2011-04-11 11:34 c_schmitz Fixed in Version => 1.91RC6
2011-04-11 11:34 c_schmitz Status resolved => closed