Skip to content

Commit

Permalink
[CortexXpanse] Option to add tags to assets (demisto#35111) (demisto#…
Browse files Browse the repository at this point in the history
…35316)

* change content

* RN

* update play

* fix val error

* Apply suggestions from code review



* Apply suggestions from code review



* John feedback

* sasha recommendations

* bump ver

* removed (s) in survey title

* update screenshot

---------

Co-authored-by: johnnywilkes <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>
  • Loading branch information
3 people authored and xsoar-bot committed Sep 10, 2024
1 parent 6885d01 commit b4fc290
Show file tree
Hide file tree
Showing 11 changed files with 521 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@
"type": "shortText",
"width": 150
},
{
"displayName": "tags",
"fieldCalcScript": "",
"isDefault": true,
"isReadOnly": false,
"key": "tags",
"orgType": "shortText",
"required": false,
"script": "",
"selectValues": null,
"type": "shortText",
"width": 150
},
{
"displayName": "explainers",
"fieldCalcScript": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@
"type": "shortText",
"width": 150
},
{
"displayName": "tags",
"fieldCalcScript": "",
"isDefault": true,
"isReadOnly": false,
"key": "tags",
"orgType": "shortText",
"required": false,
"script": "",
"selectValues": null,
"type": "shortText",
"width": 150
},
{
"displayName": "explainers",
"fieldCalcScript": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@
"type": "shortText",
"width": 150
},
{
"displayName": "tags",
"fieldCalcScript": "",
"isDefault": true,
"isReadOnly": false,
"key": "tags",
"orgType": "shortText",
"required": false,
"script": "",
"selectValues": null,
"type": "shortText",
"width": 150
},
{
"displayName": "explainers",
"fieldCalcScript": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@
"type": "shortText",
"width": 150
},
{
"displayName": "tags",
"fieldCalcScript": "",
"isDefault": true,
"isReadOnly": false,
"key": "tags",
"orgType": "shortText",
"required": false,
"script": "",
"selectValues": null,
"type": "shortText",
"width": 150
},
{
"displayName": "explainers",
"fieldCalcScript": "",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"autorun": false,
"autorun": true,
"color": "#3C64C5",
"days": 0,
"daysR": 0,
Expand Down
Loading

0 comments on commit b4fc290

Please sign in to comment.