Commit cc051bb2 authored by Dan Pascu's avatar Dan Pascu

Display the correct URI in the conference participant item

parent 5afe075f
......@@ -1176,7 +1176,7 @@ class ConferenceParticipantItem(object):
@property
def info(self):
return self.participant.request_status or self.participant.contact.info
return self.participant.request_status or self.participant.contact.note or self.participant.uri
@property
def state(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment