| Issue 104: | contacts and subscribed channels not in sidebar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
having looked at sidebar_contact.html template, that's strange that contacts_count works but not the for loop to display contacts nicknames. when running code that populate contact_nicks variable, an empty list is returned. seems that's something wrong
Apr 27, 2009
If you guys are looking into this issue can you look at the discussion on: https://code.google.com/p/jaikuengine/issues/detail?id=24 as it might be helpful
Status:
Accepted
Apr 28, 2009
thanks. i've already seen this thread but we refer to contacts listing in contacts sidebar, not channels listing in contacts sidebar as it might be annoying to mix those two different types of things.
May 6, 2009
you can close this issue. seems that authentication was the issue. sorry for this.
May 6, 2009
(No comment was entered for this change.)
Status:
WorksForMe
|
the view does not work. database request seems ok with this example below: >>> contacts_nick=[r.target for r in Relation.all().filter('owner =',u'dede@example.com').filter('relation =','contact').fetch(limit=10)] >>> contacts_nick [u'root@example.com', u'cocoon@example.com', u'lycos@example.com', u'paul@example.com', u'wlau@example.com']