rhijul / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

contacts and subscribed channels not in sidebar #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 

Original issue reported on code.google.com by dav.rous...@gmail.com on 27 Apr 2009 at 12:47

GoogleCodeExporter commented 8 years ago
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']

Original comment by tordjman...@gmail.com on 27 Apr 2009 at 2:30

GoogleCodeExporter commented 8 years ago
If you guys are looking into this issue can you look at the discussion on: 
http://code.google.com/p/jaikuengine/issues/detail?id=24 as it might be helpful

Original comment by adewale on 28 Apr 2009 at 12:40

GoogleCodeExporter commented 8 years ago
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.

Original comment by dav.rous...@gmail.com on 28 Apr 2009 at 12:48

GoogleCodeExporter commented 8 years ago
you can close this issue. seems that authentication was the issue. 
sorry for this.

Original comment by dav.rous...@gmail.com on 6 May 2009 at 9:17

GoogleCodeExporter commented 8 years ago

Original comment by adewale on 6 May 2009 at 12:44