View Issue Details
This bug affects 1 person(s).
4
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08409 | Bug reports | Other | public | 2013-11-26 12:11 | 2013-12-09 15:23 |
Reporter | philg | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.05+ | ||||
Summary | 08409: no zéro trim if value of numeric field is "0" | ||||
Description | On last 2.05 version to resolve this just replace the line 3436 | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 7173836423f4f5ea37d68c5137a7 | ||||
I will donate to the project if issue is resolved | |||||
Browser | |||||
Database type & version | |||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | |||||
Carsten : do_numericla is the only one who use ltrim.rtrim. Is it really needed ? It was in 1.92 too. |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13519 |
|
Thanks philg, I just remove the ltrim. Not needed. Just keep rtrim due to DECIMAL in SQL. |
|
2.05 Build 131209 released. |
|
LimeSurvey: 2.05 083a1964 2013-11-27 15:14 Details Diff |
Fixed issue 08409: no zéro trim if value of numeric field is "0" Dev: only need to remove last 0 after dot due to decimal SQL Dev: maybe better to do it elsewhere for 2.1 question plugins |
Affected Issues 08409 |
|
mod - application/helpers/qanda_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-11-26 12:11 | philg | New Issue | |
2013-11-26 12:29 | c_schmitz | Assigned To | => DenisChenu |
2013-11-26 12:29 | c_schmitz | Status | new => assigned |
2013-11-26 15:34 | DenisChenu | Note Added: 27408 | |
2013-11-27 15:14 | DenisChenu | Changeset attached | => LimeSurvey 2.05 083a1964 |
2013-11-27 15:14 | DenisChenu | Note Added: 27428 | |
2013-11-27 15:14 | DenisChenu | Resolution | open => fixed |
2013-11-27 15:15 | DenisChenu | Project | @2@ => Bug reports |
2013-11-27 15:15 | DenisChenu | Category | Data Entry (non public) => Other issues |
2013-11-27 15:16 | DenisChenu | Note Added: 27429 | |
2013-11-27 15:16 | DenisChenu | Status | assigned => resolved |
2013-11-27 15:16 | DenisChenu | Fixed in Version | => 2.05+ |
2013-12-09 15:23 | c_schmitz | Note Added: 27528 | |
2013-12-09 15:23 | c_schmitz | Status | resolved => closed |