diff libervia/pages/lists/edit/page_meta.py @ 1501:5cc6734093a6

pages (lists/edit): fix serialisation on `listGet` call
author Goffi <goffi@goffi.org>
date Thu, 06 Oct 2022 17:26:31 +0200
parents b46fec21ceb9
children 106bae41f5c8
line wrap: on
line diff
--- a/libervia/pages/lists/edit/page_meta.py	Sun Oct 02 18:32:07 2022 +0200
+++ b/libervia/pages/lists/edit/page_meta.py	Thu Oct 06 17:26:31 2022 +0200
@@ -51,7 +51,7 @@
         C.NO_LIMIT,
         [item_id],
         "",
-        {},
+        data_format.serialise({}),
         profile,
     )
     list_items, metadata = data_format.deserialise(list_raw, type_check=list)