Merge branch 'Munki6dev' into macmule-installhelper

This commit is contained in:
Greg Neagle
2024-06-24 10:52:27 -07:00
@@ -853,7 +853,7 @@ class OptionalItem: GenericItem {
start_text += "<span class=\"warning\">\(formatted_str)</span><br><br>"
}
}
if !((my["dependent_items"] as? [String] ?? []).isEmpty) {
if !(dependent_items.isEmpty) {
start_text += dependency_description()
}
}