Project:Admin role
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

If a role is deleted and then an admin role is selected ksort causes the incorrect array value to be set in adminrole_adminrole. Instead asort should be used as this maintains the assocaited key order. I'd role a patch but.. as this is basically a one letter change on line 67 it doesn't seem worth it ;-)

Comments

#1

Status:active» needs review

#2

On further investigation more changes are required so here is a patch

AttachmentSizeStatusTest resultOperations
admin role.patch857 bytesIgnored: Check issue status.NoneNone

#3

Title:ksort cause incorrect results» ksort cause incorrect results when role has been deleted

#4

Status:needs review» postponed (maintainer needs more info)

I can't reproduce this bug. Please retest with drupal 6 dev and provide more detailed instructions to reproduce

#5

Title:ksort cause incorrect results when role has been deleted» Use asort instead of ksort

#6

Status:postponed (maintainer needs more info)» closed (works as designed)

ksort maintains key => value associations so I don't see a bug here.