[ postfixadmin-Bugs-1844063 ] admin can't delete mailboxes
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2007-12-07 09:41:44
|
Bugs item #1844063, was opened at 2007-12-04 14:16 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1844063&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: SVN (please specify revision!) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: admin can't delete mailboxes Initial Comment: on the search result page, when i try to delete a mailbox with a virtual domain's admin account, it gives "Invalid parameter!" error. i checked out delete.php, and it seems the table parameter doesn't get passed. checked out the 'del' link, and indeed, no table parameter in the link (but only on the search results page). if i'm logged in with superadmin, everything is alright. SVN revision 257 ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2007-12-07 10:41 Message: Logged In: YES user_id=593261 Originator: NO Fixed in SVN r266 - it was a superfluous superadmin check in the template file... Thanks for your report! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-07 10:13 Message: Logged In: NO nope, it doesn't work, same thing happens. i don't think changing the mysql queries will solve it, there's something else. the GET variable 'table' doesn't get passed to delete.php from the search.php when clicking on the 'del' link. tried with revision 265. ---------------------------------------------------------------------- Comment By: amsys (amsys) Date: 2007-12-06 20:21 Message: Logged In: YES user_id=1299438 Originator: NO http://sourceforge.net/tracker/index.php?func=detail&aid=1845743&group_id=191583&atid=937966 Try this, maybe it will work then (didn't tested) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1844063&group_id=191583 |