On 24/10/14 09:38, Andrey Kuznetsov wrote:
> But it breaks at first queue like
>
> <
https://lh5.googleusercontent.com/-M5_ywxXAVWI/VEoP1K-Cj-I/AAAAAAAAA7U/mLR_y3CUq7A/s1600/Capture.PNG> (screenshot
> from 3.3.5 version)
Right, got it. It's a completely trivial bug in the web UI rendering for
exclusive queues which crept in at the last minute. How incredibly annoying.
You can work around it by clicking on "+/-" and disabling the "Features
(with policy)" and "Features (no policy)" columns.
But in order to do that you need to be able to see the queues table. If
you can't see it you can do one of:
1) temporarily create an empty vhost then add a queue to it.
2) open the JavaScript console and invoke this then refresh:
store_pref("column-queues-features", false);
A fix for this bug will be in tonight's nightly build, and will be in 3.4.1.
Cheers, Simon