Skip to content

registry purge=False has no effect. #73

Description

@thet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions