Module is exactly what I needed for managing my guild's loot priority list. Thanks. :D
There seems to be an issue with the infinite queue size. It doesn't allow me to add users when I've set the size to 0 (infinite).
Module is exactly what I needed for managing my guild's loot priority list. Thanks. :D
There seems to be an issue with the infinite queue size. It doesn't allow me to add users when I've set the size to 0 (infinite).
Comments
Comment #1
xmattus commentedGood catch - I realize now that I neglected to add special logic to ignore the queue length check if the length is 0. I'll fix that in the 6.x-1.1 version.
Comment #2
nicholasthompsonThe fix is on line 465..
to
cheers,
Nick
Comment #3
mrf commentedStill seeing this on the 1.1 version.
Comment #4
tinny commentedI've set the queue to unlimited size and it works but every time I edit the settings form it doesnt set the default value to 0 so i have to keep resetting it.
This is because
empty()returns false if the value is 0.I added
$queue->size == 0to check for thisComment #5
gaurav.kapoor commentedNot maintaining D6 version.