comparison libervia/pages/lists/view/page_meta.py @ 1453:d62df81440c6

pages (lists/view): fix serialisation of `extra` when calling `listGet`
author Goffi <goffi@goffi.org>
date Wed, 08 Sep 2021 12:08:00 +0200
parents 4ccf42d8aab7
children 595e7fef41f3
comparison
equal deleted inserted replaced
1452:15bb2673eb72 1453:d62df81440c6
76 service.full() if service else "", 76 service.full() if service else "",
77 node, 77 node,
78 C.NO_LIMIT, 78 C.NO_LIMIT,
79 [], 79 [],
80 "", 80 "",
81 extra, 81 data_format.serialise(extra),
82 profile, 82 profile,
83 ) 83 )
84 if profile != C.SERVICE_PROFILE: 84 if profile != C.SERVICE_PROFILE:
85 try: 85 try:
86 affiliations = await self.host.bridgeCall( 86 affiliations = await self.host.bridgeCall(