Merge remote-tracking branch 'origin/4.0'

Change-Id: I9793f0f9019b16f3725c5a9708a5ccf81557cdc6
This commit is contained in:
Eike Ziller
2016-06-03 09:49:51 +02:00
6 changed files with 83 additions and 38 deletions

View File

@@ -951,7 +951,7 @@ bool JsonFieldPage::isComplete() const
showError(message);
hasErrorMessage = true;
}
if (f->isMandatory())
if (f->isMandatory() && !f->widget()->isHidden())
result = false;
}
}