View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
05816Bug reportsAuthenticationpublic2012-03-14 21:08
Reporterbluesky Assigned Toc_schmitz  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version1.92RC3 
Fixed in Version1.92RC5 
Summary05816: Create User Group not possible
Description

Trying to create a user group "SCC - Saigon Children Charity" not possible, also creating user "Test" or "SCC" works. The user does not exist, also x-checked in the SQL Database.

TagsNo tags attached.
Attached Files
Group-Bug-1.jpg (225,072 bytes)
Bug heat6
Complete LimeSurvey version number (& build)12204
I will donate to the project if issue is resolvedNo
BrowserFirefox 10
Database type & version5.0.67
Server OS (if known)linux
Webserver software & version (if known)2.6.38.6
PHP Version5.2.17

Users monitoring this issue

There are no users monitoring this issue.

Activities

Mazi

Mazi

2012-02-22 15:42

updater   ~17554

I can reproduce the problem when trying to create a user group named "SCC - Saigon Children Charity"

TMSWhite

TMSWhite

2012-02-23 16:38

reporter   ~17588

This isn't a bug per say.

The name field in the user_groups table is varchar(20), and SCC - Saigon Children Charity is 30 characters long.

So it is really just a poor error message - the group doesn't exist - it's name is too long.

Mazi

Mazi

2012-02-23 16:46

updater   ~17589

Wow, that is really poor GUI design :-(

We have a JS function within surveys that checks the input length, can someone please copy and connect that one to the according inout field and add a more descriptive error message?
Thanks!

c_schmitz

c_schmitz

2012-02-23 16:48

administrator   ~17591

JS? Just set the maxlen property in the HTML of the input.

TMSWhite

TMSWhite

2012-02-23 17:21

reporter   ~17593

Fixed with patch https://github.com/LimeSurvey/LimeSurvey/commit/320703c790442a3b83840f846cd2c7f73db4c185

Related Changesets

LimeSurvey: Yii 5b27a766

2012-02-23 08:28:50

TMSWhite

Details Diff
Fixed issue 05816: Create User Group not possible Affected Issues
05816
mod - application/views/admin/usergroup/addUserGroup_view.php Diff File

Issue History

Date Modified Username Field Change
2012-02-13 16:54 bluesky New Issue
2012-02-13 16:54 bluesky File Added: Group-Bug-1.jpg
2012-02-22 15:42 Mazi Summary Create User not possible => Create User Group not possible
2012-02-22 15:42 Mazi Description Updated
2012-02-22 15:42 Mazi Note Added: 17554
2012-02-22 15:42 Mazi Assigned To => c_schmitz
2012-02-22 15:42 Mazi Status new => assigned
2012-02-23 16:38 TMSWhite Note Added: 17588
2012-02-23 16:46 Mazi Note Added: 17589
2012-02-23 16:48 c_schmitz Note Added: 17591
2012-02-23 17:21 TMSWhite Note Added: 17593
2012-02-23 17:21 TMSWhite Status assigned => resolved
2012-02-23 17:21 TMSWhite Fixed in Version => 1.92RC5
2012-02-23 17:21 TMSWhite Resolution open => fixed
2012-02-26 10:15 c_schmitz Status resolved => closed
2012-03-14 21:08 TMSWhite Changeset attached => Import 2012-03-09 13:30:34 Yii 5b27a766