Skip to content

Commit

Permalink
A temporaty fix to hide Managed SP block on profile lists in case Sol…
Browse files Browse the repository at this point in the history
…verbullet is not turned on
  • Loading branch information
Tomasz Wolniewicz committed Dec 20, 2024
1 parent 030f786 commit 8776a5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/admin/overview_org.php
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ function displayClassicHotspotPropertyWidget($deploymentObject) {
<hr/>
<?php
}
if (\config\Master::FUNCTIONALITY_LOCATIONS['CONFASSISTANT_SILVERBULLET'] == "LOCAL" && count($myfed->getAttributes("fed:silverbullet")) > 0) {
if (preg_match("/SP/", $my_inst->type)) {
?>
<h2 style='display: flex;'><?php printf(_("%s: %s Deployment Details"), $uiElements->nomenclatureParticipant, $uiElements->nomenclatureHotspot); ?>&nbsp;
Expand Down Expand Up @@ -781,5 +782,6 @@ function displayClassicHotspotPropertyWidget($deploymentObject) {
}
}
}
}
echo $deco->footer();

0 comments on commit 8776a5b

Please sign in to comment.