mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°5129 - Unwanted popup during a transition with an AttributeExternalField
This commit is contained in:
@@ -238,7 +238,7 @@ function WizardHelper(sClass, sFormPrefix, sState, sInitialState, sStimulus)
|
||||
}
|
||||
index++;
|
||||
}
|
||||
if(fieldForm!=null){
|
||||
if($('.blockUI').length > 0) {
|
||||
fieldForm.find('button[type=submit]:not(:disabled)').prop("disabled", true).addClass('disabledDuringFieldLoading');
|
||||
}
|
||||
this.AjaxQueryServer();
|
||||
|
||||
@@ -832,7 +832,7 @@ try
|
||||
if (!$oAttDef->IsWritable())
|
||||
{
|
||||
// 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