Skip to content

Cannot link UUID field to UID Strapi Content type #13

Description

@adgang

Reproduction:

Create a new Strapi project
Create a new content type
Install uuid plugin.
Create a new field with name xname of type text.
Create a new field with name xid of UUID type.
Create a UID field with name xuid and link it to xid
On saving the content type,
we get a 400(see network tab in dev tools)

{"error":{"name":"ValidationError","message":"contentType.attributes.uid.targetField must be one of the following values: name","details":{"errors":[{"path":["contentType","attributes","xuid","targetField"],"message":"contentType.attributes.xuid.targetField must be one of the following values: name","name":"ValidationError"}]}}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions