diff sat/plugins/plugin_exp_pubsub_schema.py @ 2958:e2cb04b381bb

tools (xml_tools): added "read_only" argument in dataFormResult2XMLUI (and use it in plugin pubsub_schema)
author Goffi <goffi@goffi.org>
date Wed, 12 Jun 2019 09:11:28 +0200
parents 0b7ce5daee9b
children 989b622faff6
line wrap: on
line diff
--- a/sat/plugins/plugin_exp_pubsub_schema.py	Sun May 26 22:30:09 2019 +0200
+++ b/sat/plugins/plugin_exp_pubsub_schema.py	Wed Jun 12 09:11:28 2019 +0200
@@ -311,6 +311,7 @@
                         ("text", item_elt.getAttribute("publisher", ""), u"publisher"),
                     ),
                     filters=filters,
+                    read_only=False,
                 )
                 items_xmlui.append(xmlui)
                 break