You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Authorable Reports/Toolbox/Rules based report.item
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ templatekey: PowerShell Script
13
13
field: {B1A94FF0-6897-47C0-9C51-AA6ACB80B1F0}
14
14
name: Script
15
15
key: script
16
-
content-length: 4797
16
+
content-length: 4793
17
17
18
18
Import-Function Render-ReportField
19
19
# Set defaults
@@ -99,10 +99,10 @@ foreach($field in $customOptions.Keys){
99
99
}
100
100
101
101
$result = Read-Variable -Parameters `
102
-
@{ Name = "fields"; Title="Fields to include"; Options=$customOptions; Tooltip="Select fields to be shown in the report"; Editor="checklist"; Height="550px"; Tab="Custom Fields"}, `
103
-
@{ Name = "stdFields"; Title="Fields to include"; Options=$stdOptions; Tooltip="Select fields to be shown in the report"; Editor="checklist"; Height="550px"; Tab="Standard Fields"} `
102
+
@{ Name = "fields"; Title="Fields to include"; Options=$customOptions; Tooltip="Select fields to be shown in the report"; Editor="checklist"; Height="480px"; Tab="Custom Fields"}, `
103
+
@{ Name = "stdFields"; Title="Fields to include"; Options=$stdOptions; Tooltip="Select fields to be shown in the report"; Editor="checklist"; Height="480px"; Tab="Standard Fields"} `
104
104
-Description "This dialog shows fields to be displayed in the report." `
0 commit comments