==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=5915
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Unnilennium <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #5 from Unnilennium <[email protected]> ---
the problem seems to be with
my $self = shift;
my $q = $self->{cgi};
using this works perfectly ....
my $cgi = CGI->new;
my @cusers = $cgi->param('PasswordAge');
some caching seems to occur when trying to deselect all boxes after selected
and submitting first, one always stays on , unless :
- you first change page and navigate again to password
- you select a box for a user without password
in other word unless PasswordAge is not empty or you navigate to another page
before deselecting all selected checkbox of the group one will be kept as
selected by my $q = $self->{cgi};
using my $cgi = CGI->new; won't create this situation
It does not seems to be caused by browser as I verified Firefox posted data :
no PasswordAge is submitted when all are deselected. Same thing with IE.
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/