Bugs item #2889335, was opened at 2009-10-30 10:47
Message generated for change (Comment added) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2889335&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: None
Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: ()
Assigned to: Nobody/Anonymous (nobody)
Summary: list-virtual.php used quota display incorrect
Initial Comment:
Used quota isn't shown correctly (always zero) on list-virtual.php, if dovecot v1.2 quotas are used. An attached patch file contains a q&d fix for the problem.
----------------------------------------------------------------------
>Comment By: Christian Boltz (christian_boltz)
Date: 2009-10-30 14:06
Message:
I just reverted the patch in the template file and commited a better fix
(SELECT quota2.bytes _as current_ in list-virtual.php) to SVN r747.
This means the used quota will always be available in the "current" column
even if the field name in the database differs. That's easier than having
to use if statements in the template file ;-)
Nevertheless: thanks for reporting this bug!
----------------------------------------------------------------------
Comment By: GingerDog (gingerdog)
Date: 2009-10-30 11:04
Message:
merged in changeset 746; thanks for the patch.
----------------------------------------------------------------------
Comment By: GingerDog (gingerdog)
Date: 2009-10-30 11:04
Message:
Thanks for the bug report; we believe this has been fixed in subversion.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2889335&group_id=191583
|