View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
16292Bug reportsSurvey editingpublic2020-12-23 19:57
ReporterJmantysalo Assigned Tocdorin  
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version4.2.x 
Summary16292: One language missing in question editing
Description

A survey with N languages, N>5, shows only N-1 when editing a question (i.e. 4 and "More Languages" -dropdown with N-5 languages).

Additional Information

Not sure but maybe

let firstfour = pick(this.aLanguages, slice(keys(this.aLanguages), 0, 4));
let rest = pick(this.aLanguages, slice(keys(this.aLanguages), 5));

has error. I think the last number should be 4, not 5.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)Versio 4.2.3+200511
I will donate to the project if issue is resolvedNo
Browser
Database type & versionN/A
Server OS (if known)
Webserver software & version (if known)
PHP VersionN/A

Users monitoring this issue

There are no users monitoring this issue.

Activities

Jmantysalo

Jmantysalo

2020-05-18 20:23

reporter   ~57891

The change I suggested (5 --> 4) corrects this problem. I think it should not do any side effects, but someone else should take a look. This .vue -system is not familiar to me.

Jmantysalo

Jmantysalo

2020-05-21 22:52

reporter   ~57985

I made a pull request for this.

Jmantysalo

Jmantysalo

2020-05-24 21:01

reporter   ~58007

The patch, hopefully this link is what is needed: https://github.com/jmantysalo/LimeSurvey/commit/9a301f30abb971be0efbffe041ce47a4f225d1f1

Jmantysalo

Jmantysalo

2020-06-25 13:10

reporter   ~58450

This should be an easy one... Anyone doing this?

Jmantysalo

Jmantysalo

2020-11-16 09:58

reporter   ~60652

"This commit does not belong to any branch on this respository, and may belong to a fork outside of the repository." -- how should I correct this? (The patch itself is trivial.)

cdorin

cdorin

2020-12-23 18:05

reporter   ~61140

fixed in 4.4.0 RC1

Jmantysalo

Jmantysalo

2020-12-23 19:57

reporter   ~61151

fixed in 4.4.0 RC1

True, works now. Thanks and season greetings!

Issue History

Date Modified Username Field Change
2020-05-18 16:45 Jmantysalo New Issue
2020-05-18 20:23 Jmantysalo Note Added: 57891
2020-05-21 22:52 Jmantysalo Note Added: 57985
2020-05-24 21:01 Jmantysalo Note Added: 58007
2020-06-25 13:10 Jmantysalo Note Added: 58450
2020-11-16 09:58 Jmantysalo Note Added: 60652
2020-12-23 18:05 cdorin Assigned To => cdorin
2020-12-23 18:05 cdorin Status new => closed
2020-12-23 18:05 cdorin Resolution open => fixed
2020-12-23 18:05 cdorin Note Added: 61140
2020-12-23 19:57 Jmantysalo Note Added: 61151