View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
08250Bug reportsSurvey editingpublic2013-11-07 15:02
Reportervcaron Assigned ToDenisChenu  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.05 RC 
Fixed in Version2.05+ 
Summary08250: 400 Bad Request on /admin/labels/ajaxSets
Description

Encoutering a '400 Bad Request' on the AJAX query /admin/labels/ajaxSets while trying to save labels from a question.

Steps To Reproduce

I don't have a lot of context, sorry (I'm not the Limesurvey user which encounters that bug).

Page is /admin/questions/sa/answeroptions/surveyid/657833/gid/57/qid/847

AJAX request is /admin/labels/ajaxSets and its POST data is :

array (
'laname' => 'frequence2',
'lid' => '0',
'code' => array (
0 => 'A1',
1 => 'A2',
2 => 'A3',
3 => 'A4',
),
'answers' => array (
'fr' => array (
0 => 'Pas du tout',
1 => 'Occasionnellement',
2 => 'Au moins une fois par semaine',
3 => 'Tous les jours',
),
),
);

Additional Information

I can't find .lss or .lsa files besides those in docs/demosurveys/.

The Limesurvey whas upgraded from 2.00+ to 2.0beta3 then to 2.0rc5.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)2.05rc1 tarball
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMySQL 5.1.66
Server OS (if known)Debian GNU/Linux 6.0
Webserver software & version (if known)Apache 2.2.16
PHP Version5.3.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2013-10-13 21:59

developer   ~26774

Think it's CRSF related, and aalready fixed in last GIT version ?

DenisChenu

DenisChenu

2013-10-14 08:27

developer   ~26785

Please trye with Release 2.05RC2 Build 131011

c_schmitz

c_schmitz

2013-11-07 15:02

administrator   ~27139

Please reopen if issue still exists in latest version.

Related Changesets

LimeSurvey: 2.05 b6597da8

2013-10-01 06:39:54

DenisChenu

Details Diff
Fixed issue 08196: CRSF issue with deletion of token
Dev: I love jquery ... Add YII_CSRF_TOKEN to whole ajax request
Dev: TODO: clean up some code not needed
Affected Issues
08155, 08196, 08198, 08199, 08228, 08230, 08250
mod - application/config/internal.php Diff File
mod - application/views/admin/endScripts_view.php Diff File

Issue History

Date Modified Username Field Change
2013-10-08 23:26 vcaron New Issue
2013-10-13 21:59 DenisChenu Note Added: 26774
2013-10-13 21:59 DenisChenu Assigned To => DenisChenu
2013-10-13 21:59 DenisChenu Status new => assigned
2013-10-14 08:25 DenisChenu Changeset attached => LimeSurvey 2.05 b6597da8
2013-10-14 08:27 DenisChenu Note Added: 26785
2013-10-14 08:27 DenisChenu Status assigned => feedback
2013-11-05 19:01 DenisChenu Status feedback => resolved
2013-11-05 19:01 DenisChenu Fixed in Version => 2.05+
2013-11-05 19:01 DenisChenu Resolution open => fixed
2013-11-07 15:02 c_schmitz Note Added: 27139
2013-11-07 15:02 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing