Details
-
Bug
-
Resolution: Fixed
-
Major
-
Cheshire-Cat
-
Untriaged
-
1
-
Unknown
Description
Some dialogs use the canonical name instead of the display name to refer to an analytics scope. I.e.
Add Link to travel-sample/inventory
|
should be
Add Link to `travel-sample`.inventory
|
For entities within an analytics scope like e.g. a link we should separate the scope from the entity. I.e.
Warning, this will drop the link: travel-sample/inventory.remote
|
should be
Warning, this will drop the link remote from the analytics scope `travel-sample`.inventory
|
When dropping an analytics collection from a link we should further replace
Warning, this will drop the analytics collection beer-sample/_default._default
|
with
Warning, this will drop the analytics collection _default in the analytics scope `beer-sample`._default.
|
to also clarify which link is affected.
Attachments
Issue Links
- is duplicated by
-
MB-45641 [CX] Analytics workbench fixes
- Closed