Skip to content

[Bug]: Unable to Clone Read-Only Configs #958

Open
@cancan101

Description

@cancan101

Expected behavior

Even if a config is read only, it should be able to be cloned.

Actual behavior

Error:

Error cloning configuration:

Steps to reproduce

Create a config that read only (e.g. stored as config file).
This code looks wrong:

if ($originalConfig->isWriteable() === false) {
throw new ConfigWriteException();
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions