View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
09545Bug reportsResponse browsingpublic2015-03-05 18:37
ReporterDenisChenu Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.06+ 
Target Version2.06+ 
Summary09545: Review Upload question type
Description

In 2.05 : we see a column for each file, we can donwload file by file
In 2.06 : only the json is shown.

Steps To Reproduce

Look at browse response wit upload question

Additional Information

Do a new column for each files is a bad idea : user can update the max number of files : the some can need more column than shown.
Think it's better to :

  • Show the json
  • add a popup (jqueryui) when clicking on the cell showing the link to each files.
TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)150303
I will donate to the project if issue is resolvedNo
Browsernot relevant
Database type & versionnot relevant
Server OS (if known)not relevant
Webserver software & version (if known)not relevant
PHP Versionn

Relationships

parent of 09555 closedc_schmitz Hiding columns in browse response can break Javascript 
child of 09207 closedDenisChenu Port new response search/filter feature to Limesurvey 2.06 

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2015-03-05 10:05

administrator   ~31765

Implemented it the 2.05 way, as I don't think that it is very user-friendly to show a JSON in the grid.

DenisChenu

DenisChenu

2015-03-05 13:02

developer   ~31770

Yes, but then we need to do like the 2.05 way ....

Actually : we show only Json. No DL files.

Thinking it's bets if we show one link only to show a popup with all the files for this question.

c_schmitz

c_schmitz

2015-03-05 13:03

administrator   ~31771

Ehm, I have already implemented it. Can we keep it closed?

DenisChenu

DenisChenu

2015-03-05 13:27

developer   ~31772

Hi, reopen it for different reason:

2.05 : download individual file donwload NON zipped file, actually it's zipped ? https://github.com/LimeSurvey/LimeSurvey/commit/e0dc9b180cc6bb4faa3aac425c6ca3fe3b0dce22#diff-15547196721577f485345c4a68f0c5d0R358

There are a bug in 2.05 system.

  • Start a survey with maxfiles upload to 3
  • Launch survey send 3 files
  • Edit question survey settings and set maxfiles upload to 1
  • Browse : i think you see only one file.

Solution:
max($attribute[max_num_of_files],$sql(max(filecount)).

c_schmitz

c_schmitz

2015-03-05 14:44

administrator   ~31773

Last edited: 2015-03-05 14:45

Yes, I fixed that already! You can now download individual non-zipped files.
For the bug please open a new bug report.

Issue History

Date Modified Username Field Change
2015-03-04 08:20 DenisChenu New Issue
2015-03-04 08:20 DenisChenu File Added: Capture du 2015-03-04 08:14:15.png
2015-03-04 08:20 DenisChenu Relationship added child of 09207
2015-03-04 12:04 DenisChenu Target Version => 2.06+
2015-03-05 10:05 c_schmitz Note Added: 31765
2015-03-05 10:05 c_schmitz Status new => closed
2015-03-05 10:05 c_schmitz Assigned To => c_schmitz
2015-03-05 10:05 c_schmitz Resolution open => fixed
2015-03-05 13:02 DenisChenu Note Added: 31770
2015-03-05 13:02 DenisChenu Status closed => feedback
2015-03-05 13:02 DenisChenu Resolution fixed => reopened
2015-03-05 13:03 c_schmitz Note Added: 31771
2015-03-05 13:03 c_schmitz Status feedback => closed
2015-03-05 13:03 c_schmitz Resolution reopened => fixed
2015-03-05 13:27 DenisChenu Note Added: 31772
2015-03-05 13:27 DenisChenu Status closed => feedback
2015-03-05 13:27 DenisChenu Resolution fixed => reopened
2015-03-05 14:44 c_schmitz Note Added: 31773
2015-03-05 14:45 c_schmitz Note Edited: 31773
2015-03-05 14:46 c_schmitz Status feedback => closed
2015-03-05 14:46 c_schmitz Resolution reopened => fixed
2015-03-05 18:37 DenisChenu Relationship added parent of 09555