fix: [attributes:viewPicture] Allow viewing pictures of deleted attributes

pull/6899/head
mokaddem 2021-01-25 14:38:30 +01:00
parent 942b6f1be8
commit eb6c8a14b0
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -998,6 +998,7 @@ class AttributesController extends AppController
'includeAllTags' => false,
'includeAttributeUuid' => true,
'flatten' => true,
'deleted' => [0, 1]
);
if ($this->_isRest()) {