mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts: # js/wizardhelper.js
This commit is contained in:
@@ -261,7 +261,7 @@ function WizardHelper(sClass, sFormPrefix, sState, sInitialState, sStimulus) {
|
||||
index++;
|
||||
}
|
||||
|
||||
if($('.blockUI').length > 0) {
|
||||
if ((fieldForm !== null) && ($('.blockUI').length > 0)) {
|
||||
fieldForm.find('button[type=submit]:not(:disabled)').prop("disabled", true).addClass('disabledDuringFieldLoading');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user