mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2160: Correctly initialize fields depending on a select field with only 1 value
This commit is contained in:
@@ -190,6 +190,7 @@ function ReportFieldValidationStatus(sFieldId, sFormId, bValid, sExplain)
|
||||
{
|
||||
// Visual feedback - none when it's Ok
|
||||
$('#v_'+sFieldId).html(''); //<img src="../images/validation_ok.png" />');
|
||||
$('#'+sFieldId+'[data-validate*="dependencies"]').trigger('change.dependencies').removeAttr('data-validate');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user