fixed
This commit is contained in:
@@ -81,6 +81,8 @@ class ADBRimoFcpController extends TTCrud {
|
||||
foreach ($input['data'] as $loc) {
|
||||
$fcpName = trim($loc['FCP cluster name'] ?? '');
|
||||
$extId = $loc['ExternalID'] ?? null;
|
||||
if ($extId === null) $extId = $loc['External ID'] ?? null;
|
||||
|
||||
|
||||
if ($fcpName === '') { $counts['noFCP']++; continue; }
|
||||
if (!isset($fcpsByName[$fcpName])) { $counts['fcpNF']++; continue; }
|
||||
|
||||
Reference in New Issue
Block a user