fix: correctly show hidden tags in tag-list

pull/6937/head
marjatech 2021-02-01 09:02:20 +00:00
parent 68d6753dff
commit 1843e3ddc2
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@
],
[
'name' => __('Hidden'),
'sort' => 'Tag.hidden',
'sort' => 'Tag.hide_tag',
'element' => 'boolean',
'class' => 'short',
'data_path' => 'Tag.hidden',
'data_path' => 'Tag.hide_tag',
],
[
'name' => __('Name'),