Tags icon indicating copy to clipboard operation
Tags copied to clipboard

Dont delete when tags are empty

Open lrnzfrr opened this issue 6 years ago • 0 comments

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?

lrnzfrr avatar Jul 02 '19 11:07 lrnzfrr