Skip to content

RenameSubdomain invalid parameters submitted #57

@mltgroup

Description

@mltgroup

It gives error on rename subdomain, actually I was able to fix
in constructor of RenameSubdomain

Replace
$this->params['id'] = $info['id'];

with
$this->default_params['id'] = $info['id'];
$this->default_params['name'] = $info['name'];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions