Skip to content

Commit 65db24a

Browse files
Fix core layout (#25025)
* Fix an issue with layout script * RN * Fixed an issue where non-existing fields showed in the layout json
1 parent 6379f1b commit 65db24a

File tree

4 files changed

+13
-63
lines changed

4 files changed

+13
-63
lines changed

Packs/Core/Layouts/layoutscontainer-Default.json

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -520,15 +520,6 @@
520520
"hideName": false,
521521
"i": "3podiwrjhh-caseinfoid-38f848d0-9a45-11ed-aff5-5d4496197108",
522522
"items": [
523-
{
524-
"endCol": 2,
525-
"fieldId": "agent_hostname",
526-
"height": 26,
527-
"id": "aea2aaa0-a2e5-11ed-81fe-3f9032ac5cab",
528-
"index": -2,
529-
"sectionItemType": "field",
530-
"startCol": 0
531-
},
532523
{
533524
"dropEffect": "move",
534525
"endCol": 2,
@@ -540,39 +531,6 @@
540531
"sectionItemType": "field",
541532
"startCol": 0
542533
},
543-
{
544-
"dropEffect": "move",
545-
"endCol": 2,
546-
"fieldId": "mac",
547-
"height": 26,
548-
"id": "b5a6ee60-a2e5-11ed-81fe-3f9032ac5cab",
549-
"index": -2,
550-
"listId": "3podiwrjhh-caseinfoid-38f848d0-9a45-11ed-aff5-5d4496197108",
551-
"sectionItemType": "field",
552-
"startCol": 0
553-
},
554-
{
555-
"dropEffect": "move",
556-
"endCol": 2,
557-
"fieldId": "agent_os_type",
558-
"height": 26,
559-
"id": "b1691da0-a2e5-11ed-81fe-3f9032ac5cab",
560-
"index": -2,
561-
"listId": "3podiwrjhh-caseinfoid-38f848d0-9a45-11ed-aff5-5d4496197108",
562-
"sectionItemType": "field",
563-
"startCol": 0
564-
},
565-
{
566-
"dropEffect": "move",
567-
"endCol": 2,
568-
"fieldId": "action_external_hostname",
569-
"height": 26,
570-
"id": "bf6018f0-a2e5-11ed-81fe-3f9032ac5cab",
571-
"index": -2,
572-
"listId": "3podiwrjhh-caseinfoid-38f848d0-9a45-11ed-aff5-5d4496197108",
573-
"sectionItemType": "field",
574-
"startCol": 0
575-
},
576534
{
577535
"endCol": 2,
578536
"fieldId": "remotehost",
@@ -591,15 +549,6 @@
591549
"sectionItemType": "field",
592550
"startCol": 0
593551
},
594-
{
595-
"endCol": 2,
596-
"fieldId": "action_remote_ip_v6",
597-
"height": 26,
598-
"id": "76563fe0-b73f-11ed-977b-dd8e6ac87856",
599-
"index": 2,
600-
"sectionItemType": "field",
601-
"startCol": 0
602-
},
603552
{
604553
"endCol": 2,
605554
"fieldId": "remoteport",
@@ -756,15 +705,6 @@
756705
"sectionItemType": "field",
757706
"startCol": 0
758707
},
759-
{
760-
"endCol": 2,
761-
"fieldId": "action_local_ip_v6",
762-
"height": 26,
763-
"id": "377bdb40-b73f-11ed-977b-dd8e6ac87856",
764-
"index": 2,
765-
"sectionItemType": "field",
766-
"startCol": 0
767-
},
768708
{
769709
"endCol": 2,
770710
"fieldId": "localport",
@@ -1122,7 +1062,7 @@
11221062
"minH": 1,
11231063
"moved": false,
11241064
"name": "Results",
1125-
"query": "b13474d4-cb26-44a0-85d9-ad8adede636a",
1065+
"query": "displayUtilitiesResults",
11261066
"queryType": "script",
11271067
"static": false,
11281068
"type": "dynamic",

Packs/Core/Layouts/layoutscontainer-Default_XDR_Alert.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@
15431543
"minH": 1,
15441544
"moved": false,
15451545
"name": "Results",
1546-
"query": "b13474d4-cb26-44a0-85d9-ad8adede636a",
1546+
"query": "displayUtilitiesResults",
15471547
"queryType": "script",
15481548
"static": false,
15491549
"type": "dynamic",

Packs/Core/ReleaseNotes/1_3_36.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
#### Layouts
3+
4+
##### Default
5+
6+
- Fixed an issue where the dynamic section referred to the script ID instead of name.
7+
##### Default XDR Alert
8+
9+
- Fixed an issue where the dynamic section referred to the script ID instead of name.
10+

Packs/Core/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Core - Investigation and Response",
33
"description": "Automates incident response",
44
"support": "xsoar",
5-
"currentVersion": "1.3.35",
5+
"currentVersion": "1.3.36",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)