mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7216 import improves error handling missing or null data (#612)
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com>
This commit is contained in:
@@ -345,7 +345,7 @@ try
|
||||
$oPanel->AddSubBlock($oTable);
|
||||
|
||||
$oPage->AddSubBlock($oPanel);
|
||||
if (empty($sInitSearchField)) {
|
||||
if (empty($sInitSearchField) || empty($aInitFieldMapping)) {
|
||||
// Propose a reconciliation scheme
|
||||
//
|
||||
$aReconciliationKeys = MetaModel::GetReconcKeys($sClassName);
|
||||
|
||||
Reference in New Issue
Block a user