Skip to content

Dont delete when tags are empty #40

@lrnzfrr

Description

@lrnzfrr

if i send an empty string tags will not deleted;
i patch with this:

            // Deleting tags
            if(isset($data['tags']) && trim($data['tags']) == '') {
                $enitity->tags = [];
            }

Is this correct or the plugin should do this and i missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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