Umbraco.CMS.Backoffice icon indicating copy to clipboard operation
Umbraco.CMS.Backoffice copied to clipboard

[BUG]: UmbVariantableWorkspaceContextInterface is marked as obsolete but suggested interface `UmbVariantWorkspaceContextInterface` does not exist

Open KevinJump opened this issue 10 months ago • 0 comments

Describe the bug

UmbVariantableWorkspaceContextInterface is marked as obsolete in RC1

https://github.com/umbraco/Umbraco.CMS.Backoffice/blob/683187c28a0f923f320b075f35b88cd9cd07c2bd/src/packages/core/workspace/contexts/tokens/variant-dataset-workspace-context.interface.ts#L33-L37

The deprecation notice says to Use UmbVariantWorkspaceContextInterface instead, but this does not exist in the code base. ?

either: the notice is wrong and there is another interface somewhere? or this interface is missing ?

KevinJump avatar Apr 18 '24 20:04 KevinJump