Bug #122
client.views reported incorrectly in HookClientCreate
Start date:
12/13/2009
Due date:
% Done:
0%
Estimated time:
2.00 h
Description
ruby 1.9.1p376 (2009-12-07 revision 26041) [x86_64-linux]
:HookClientCreate => lambda { |c| puts c.views }
That hook always lists every view, instead of just the views that the client is on.
History
#1 Updated by Jonathan Dahan almost 15 years ago
:HookClientConfigure => lambda { |c| puts c.views }
Exhibits the same behavior. This has also been confirmed by robgleeson.
#2 Updated by Christoph Kappel almost 15 years ago
Fixed in r1655.
#3 Updated by Christoph Kappel almost 15 years ago
- Status changed from Unconfirmed to Fixed