EditAssetForm: hide album tags in tag box

This commit is contained in:
2023-11-12 17:27:59 +01:00
parent 0c861bf976
commit 8f4ed7e3b0
2 changed files with 10 additions and 1 deletions

View File

@@ -86,6 +86,10 @@ class EditAsset extends HTMLController
$_POST['tag'][$_POST['id_album']] = true;
}
}
else
{
$_POST['tag'][$currentAlbumId] = true;
}
// Handle tags
$new_tags = [];