I'm importing the following registry entry in an upgrade step:
<?xml version="1.0"?>
<registry>
<record name="ploneintranet.layout.hocuspocus_url">
<field type="plone.registry.field.TextLine">
<title>The hocuspocus URL</title>
<description>
This is the URL that will be used to communicate with the hocuspocus server.
We will try to connect to it using a websocket.
</description>
<required>False</required>
</field>
<value purge="False"></value>
</record>
</registry>
The previously set registry values are overwritten, which is unexpected. With purge="False they should be kept.
Applies to: plone.app.registry-1.7.9-py3.8.egg
I'm importing the following registry entry in an upgrade step:
The previously set registry values are overwritten, which is unexpected. With
purge="Falsethey should be kept.Applies to: plone.app.registry-1.7.9-py3.8.egg