From 4c58602e3a1980fad90ec8199d22108cb326620b Mon Sep 17 00:00:00 2001 From: mokaddem Date: Mon, 18 Nov 2019 19:07:43 -0500 Subject: [PATCH] fix: [attribute:massEdit] Allow removal of non exportable tags. Fix #5408 --- app/Model/AttributeTag.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Model/AttributeTag.php b/app/Model/AttributeTag.php index d2d5b11c2..28eed6969 100644 --- a/app/Model/AttributeTag.php +++ b/app/Model/AttributeTag.php @@ -172,6 +172,7 @@ class AttributeTag extends AppModel $attributes = $this->Attribute->fetchAttributes($user, array( 'conditions' => $conditions, 'flatten' => 1, + 'includeAllTags' => 1 )); if (empty($attributes)) {