user affiliation schema completed
This commit is contained in:
@@ -77,8 +77,10 @@ class InstitutionImporter implements Importer
|
||||
|
||||
if (! in_array($categoryId, $validCategoryIds, true)) {
|
||||
$summary->warn(sprintf(
|
||||
"Institution legacy #%d ('%s'): category %d assente nel lookup v2 → saltata.",
|
||||
$row->id, trim((string) $row->name), $categoryId,
|
||||
"Institution legacy #%d ('%s') : category %d assente nel lookup v2 → saltata.",
|
||||
$row->id,
|
||||
trim((string) $row->name),
|
||||
$categoryId,
|
||||
));
|
||||
$summary->skipped++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user