show jid in search result with non data forms result. see #3304
这个提交存在于:
父节点
0df9082809
当前提交
bca61b7400
共有 1 个文件被更改,包括 2 次插入 和 1 次删除
|
|
@ -1419,7 +1419,8 @@ class Connection(ConnectionHandlers):
|
|||
return
|
||||
df = []
|
||||
for item in tag.getTags('item'):
|
||||
f = {}
|
||||
# We also show attributes. jid is there
|
||||
f = item.attrs
|
||||
for i in item.getPayload():
|
||||
f[i.getName()] = i.getData()
|
||||
df.append(f)
|
||||
|
|
|
|||
正在加载…
添加表格
在新工单中引用