Temporarily disable skipping of room type 'team' in contingent import

This commit is contained in:
Björn Fromme
2022-05-12 16:41:32 +02:00
parent 37c7aca445
commit 9f214e88a1
@@ -47,7 +47,8 @@ class ContingentImportService implements SingletonInterface, LoggerAwareInterfac
/**
* @var string[]
*/
protected $ignoredRoomTypes = ['PDGS', 'TEAM'];
// protected $ignoredRoomTypes = ['PDGS', 'TEAM'];
protected $ignoredRoomTypes = ['PDGS'];
/**
* @var ConfigurationManagerInterface