ModelCard incorrectly identified base Record type

This commit is contained in:
Ralph Wessel
2024-09-19 13:39:58 +01:00
parent e6543fe065
commit 009f670af7
@@ -58,7 +58,7 @@ bool ModelCard::fillInventory(Inventory& inventory) const {
{
{ Identity{"modelCardId"}, active::database::record::FieldIndex::idIndex, element },
},
}.withType(&typeid(active::database::Record<>)));
}.withType(&typeid(base::base)));
return true;
} //ModelCard::fillInventory