mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts: # lib/composer/autoload_files.php # lib/composer/autoload_static.php # templates/pages/backoffice/oauth/Wizard.html.twig
This commit is contained in:
@@ -562,7 +562,7 @@ try
|
||||
if (!$oAttDef->IsWritable() || ($oWizardHelper->GetReturnNotEditableFields()))
|
||||
{
|
||||
// Even non-writable fields (like AttributeExternal) can be refreshed
|
||||
$sHTMLValue = $oObj->GetAsHTML($sAttCode);
|
||||
$sHTMLValue = "<div id=\"field_{$sId}\" class=\"field_value_container\"><div class=\"attribute-edit\" data-attcode=\"$sAttCode\">".$oObj->GetAsHTML($sAttCode)."</div></div>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user