mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #49692 from nextcloud/davTagColor
expose tag color via webdav
This commit is contained in:
commit
4b1bfdabdb
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ class SystemTagList implements Element {
|
|||
SystemTagPlugin::ID_PROPERTYNAME => $tag->getId(),
|
||||
SystemTagPlugin::USERASSIGNABLE_PROPERTYNAME => $tag->isUserAssignable() ? 'true' : 'false',
|
||||
SystemTagPlugin::USERVISIBLE_PROPERTYNAME => $tag->isUserVisible() ? 'true' : 'false',
|
||||
SystemTagPlugin::COLOR_PROPERTYNAME => $tag->getColor() ?? '',
|
||||
]);
|
||||
$writer->write($tag->getName());
|
||||
$writer->endElement();
|
||||
|
|
|
|||
Loading…
Reference in a new issue