N°1837: Internal: fix regression on data synchronized attributes display

This commit is contained in:
Stephen Abello
2018-12-06 15:05:13 +01:00
parent 86dce21849
commit 35752a8041

View File

@@ -803,6 +803,7 @@ EOF
if ($iFlags & OPT_ATT_SLAVE)
{
$aReasons = array();
$this->GetSynchroReplicaFlags($sAttCode, $aReasons);
$sSynchroIcon = "&nbsp;<img id=\"synchro_$sInputId\" src=\"../images/transp-lock.png\" style=\"vertical-align:middle\"/>";
$sTip = '';
foreach($aReasons as $aRow)