Commit 754b3e5d authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: propagate the 'shared' parameter to the json schema editor gadget

parent 9b0dfe3f
......@@ -115,7 +115,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'parameter_xml\', context.getTextContent()), (\'restricted_softwaretype\', True), (\'softwaretype\', context.getSourceReference()), (\'json_url\', context.getUrlString().split(\'?\')[0] + \'.json\'), (\'restricted_softwaretype\', False)]</string> </value>
<value> <string>python: [(\'parameter_xml\', context.getTextContent()), (\'restricted_softwaretype\', True), (\'softwaretype\', context.getSourceReference()), (\'json_url\', context.getUrlString().split(\'?\')[0] + \'.json\'), (\'restricted_softwaretype\', False), (\'shared\', context.isRootSlave())]</string> </value>
</item>
</dictionary>
</pickle>
......
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