View Issue Details

IDProjectCategoryView StatusLast Update
0000239opensim-SCBugpublic2021-07-07 00:59
Reporteronefang Assigned Toonefang  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionnot fixable 
Product Version0.9.0.2 
Target Version0.9.1.1 
Summary0000239: Can we have more than 10 group roles per group?
DescriptionOne group had 13, but -

  1. Wouldn't let me add more.
  2. Wouldn't let me delete the last one, though it let me delete the first one.
  3. Wouldn't even let group owner do things without going into god mode.

On a test group I could add up to 10 roles.
TagsNo tags attached.

Activities

onefang

onefang

2021-06-11 05:41

administrator   ~0000339

Yep, in 0.9.1.1 roles are limited to 10 per group.
onefang

onefang

2021-07-07 00:21

administrator   ~0000402

It's not in the group code directly, it's greying out the "Create new role" button.
onefang

onefang

2021-07-07 00:50

administrator   ~0000403

Last edited: 2021-07-07 00:56

It's in the viewers, all of them! And all of them have the limit set to 10 in roles_constants.h -


  const S32 MAX_ROLES = 10;

Except meta-impy and impy, which is set to 25, coz I increased that myself. OpenSim has no limit.
onefang

onefang

2021-07-07 00:59

administrator   ~0000404

It's the viewers that limit this, not OpenSim. OpenSim has no limit. Likely it was a SL limit.

Issue History

Date Modified Username Field Change
2021-06-09 10:42 onefang New Issue
2021-06-09 10:42 onefang Status new => assigned
2021-06-09 10:42 onefang Assigned To => onefang
2021-06-11 05:41 onefang Status assigned => confirmed
2021-06-11 05:41 onefang Note Added: 0000339
2021-06-15 11:33 onefang Priority urgent => normal
2021-07-07 00:21 onefang Note Added: 0000402
2021-07-07 00:50 onefang Note Added: 0000403
2021-07-07 00:51 onefang Note Edited: 0000403
2021-07-07 00:56 onefang Note Edited: 0000403
2021-07-07 00:59 onefang Status confirmed => closed
2021-07-07 00:59 onefang Resolution open => not fixable
2021-07-07 00:59 onefang Note Added: 0000404