Skip to content

Dont delete when tags are empty #40

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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