-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I'm having trouble assigning new relations to existing nodes. I installed this via. NuGet.
I have two content nodes "Website A" and "Website B" both of "Website" document type. I went into "Settings" and "Document Types" right click "Website" and "Enable Relations" to "Related Document on Copy" with "Website".
Then I went to Content and right clicked "Website A" clicked "Edit Relations" but I get this error:
Server error: Contact administrator, see log for full details.
Failed to retreive relations for content id 1053
Nothing is logged in the Umbraco logs.
This is my relationeditor.config:
<?xml version="1.0" encoding="utf-8"?>
<RelationEditor xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" BreadcrumbMode="ToolTip">
<ObjectType Alias="Website" Name="Document">
<EnabledRelation Alias="relateDocumentOnCopy" />
</ObjectType>
</RelationEditor>
Can you please tell me if I'm doing something wrong or if there is an issue?