Skip to content
Snippets Groups Projects
Commit dca2d2c7 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #16008 : display connexion test link for services other than MappedSoapClient users

parent d567b46e
Branches
Tags
2 merge requests!393Master,!375Sandbox#16008 test sigb connexion factorisation
......@@ -147,11 +147,12 @@ function getBlocsParams($id_bib, $type, $valeurs) {
if ($clef == COM_NANOOK) {
$bloc .= "Format(0.8.7): ip:port/chemin_tomcat/ilsdi/nom_base <br/>"
. "Ex: 62.193.55.152:8080/afi_NanookWs/ilsdi/NANOOK <br/>"
. "<a target='_blank' class='test' href='#'>Tester la communication</a>";
. "Ex: 62.193.55.152:8080/afi_NanookWs/ilsdi/NANOOK";
}
}
if (!in_array($clef, [0, COM_PERGAME, COM_OPSYS, COM_MICROBIB]))
$bloc .= " <br/><a target='_blank' class='test' href='#'>Tester la communication</a>";
$bloc .= '</div>';
}
return $bloc;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment