diff --git a/changelog/unreleased/enhancement-tags.md b/changelog/unreleased/enhancement-tags.md index 647b2340f..9328c3479 100644 --- a/changelog/unreleased/enhancement-tags.md +++ b/changelog/unreleased/enhancement-tags.md @@ -5,4 +5,5 @@ Tags can be added (put request) and removed (delete request) from a resource, a list of available tags can also be requested by sending a get request to the graph endpoint. https://github.com/owncloud/ocis/pull/5227 +https://github.com/owncloud/ocis/pull/5271 https://github.com/owncloud/ocis/issues/5184 diff --git a/services/frontend/pkg/revaconfig/config.go b/services/frontend/pkg/revaconfig/config.go index e39e72460..283423e8d 100644 --- a/services/frontend/pkg/revaconfig/config.go +++ b/services/frontend/pkg/revaconfig/config.go @@ -47,6 +47,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error "blacklisted_files": []string{}, "undelete": true, "versioning": true, + "tags": true, "archivers": archivers, "app_providers": appProviders, "favorites": cfg.EnableFavorites,