chg: [workflow:editor] Improved description in hashpath picker for quick link

pull/9193/head
Sami Mokaddem 2023-07-27 10:24:54 +02:00
parent 79a1a88b53
commit 68ca753593
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ var iconBySeverity = {
var severities = ['info', 'warning', 'error']
var haspathQuickPickMenu = [
{ 'name': 'All Attributes', 'path': 'Event._AttributeFlattened.{n}' },
{ 'name': 'All tags attached to Attributes', 'path': 'Event._AttributeFlattened.{n}.Tag.{n}.name' },
{ 'name': 'All tags attached to all Attributes', 'path': 'Event._AttributeFlattened.{n}.Tag.{n}.name' },
{ 'name': 'All tags attached to the Event', 'path': 'Event.Tag.{n}.name' },
]