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
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: deploy/lib/xquery/setup.xqy
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -557,6 +557,7 @@ declare function setup:rewrite-config($import-configs as element(configuration)+
557
557
558
558
declarefunctionsetup:rewrite-config($import-configs aselement(configuration)+, $properties as map:map, $silent as xs:boolean?) aselement(configuration)
559
559
{
560
+
let $import-configs := setup:process-conditionals($import-configs, $properties)
560
561
let $config :=
561
562
element { fn:node-name($import-configs[1]) } {
562
563
$import-configs/@*,
@@ -614,7 +615,7 @@ declare function setup:rewrite-config($import-configs as element(configuration)+
614
615
fn:concat("No hosts assigned to group ", $group, ", needed for app servers and forests!"))
0 commit comments