View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
11765 | Bug reports | Data Entry (non public) | public | 2016-10-08 20:07 | 2016-10-14 10:24 |
Reporter | aesteban | Assigned To | ollehar | ||
Priority | none | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.52.x | ||||
Fixed in Version | 2.54 | ||||
Summary | 11765: Admin data entry doesn't work if survey has restricted access | ||||
Description | If survey has restricted access (i.e. admin has to enter a token) the data entry window doesn't work. "Save" and "Save and Close" button do nothing when clicking them. | ||||
Steps To Reproduce | 1.- Create a restricted access survey Result: Nothing happens | ||||
Additional Information | It seems to work when survey is public | ||||
Tags | No tags attached. | ||||
Bug heat | 8 | ||||
Complete LimeSurvey version number (& build) | 2.52+160929 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Firefox | ||||
Database type & version | Postgres 9.4.8 | ||||
Server OS (if known) | Debian 8 Jessie | ||||
Webserver software & version (if known) | nginx 1.6.2 | ||||
PHP Version | 5.6.26 | ||||
It works in 2.06LTS. In 206LTS, the button is disabled when the page is loaded and enabled when user enter the token. In 2.5 the button is always disabled. I tried to enable the button with this patch: diff --git a/application/views/admin/dataentry/active_html_view.php b/application/views/admin/dataentry/active_html_view.php
but another error raises if token is empty. |
|
In fact : why force token set ? Start a survey Maybe best : allow empty token here :) |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=20994 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=20995 |
|
Version 2.54.3 Build 161014 released |
|
LimeSurvey: master a7e0537b 2016-10-13 14:58 Details Diff |
Fixed issue 11765: Admin data entry doesn't work if survey has restricted access |
Affected Issues 11765 |
|
mod - application/views/admin/dataentry/active_html_view.php | Diff File | ||
mod - application/views/admin/dataentry/caption_view.php | Diff File | ||
mod - application/views/admin/dataentry/includes/editdata/editdata.php | Diff File | ||
LimeSurvey: master 476e78da 2016-10-13 15:11 Details Diff |
Fixed issue 11765: Admin data entry doesn't work if survey has restricted access |
Affected Issues 11765 |
|
mod - application/controllers/admin/dataentry.php | Diff File | ||
mod - application/views/admin/dataentry/insert.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-10-08 20:07 | aesteban | New Issue | |
2016-10-09 01:16 | aesteban | Note Added: 41205 | |
2016-10-11 00:11 | DenisChenu | Note Added: 41222 | |
2016-10-13 11:44 | ollehar | Assigned To | => ollehar |
2016-10-13 11:44 | ollehar | Status | new => assigned |
2016-10-13 12:59 | ollehar | Changeset attached | => LimeSurvey master a7e0537b |
2016-10-13 12:59 | ollehar | Note Added: 41293 | |
2016-10-13 12:59 | ollehar | Resolution | open => fixed |
2016-10-13 14:28 | ollehar | Status | assigned => resolved |
2016-10-13 14:28 | ollehar | Fixed in Version | => 2.54 |
2016-10-13 14:30 | ollehar | Changeset attached | => LimeSurvey master 476e78da |
2016-10-13 14:30 | ollehar | Note Added: 41302 | |
2016-10-14 10:24 | c_schmitz | Note Added: 41332 | |
2016-10-14 10:24 | c_schmitz | Status | resolved => closed |