@@ -250,7 +250,6 @@ class BoardImportService {
|
|||||||
$this->getImportSystem()->updateAcl($code, $acl);
|
$this->getImportSystem()->updateAcl($code, $acl);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$this->addError('Failed to import acl rule for ' . $acl->getParticipant(), $e);
|
$this->addError('Failed to import acl rule for ' . $acl->getParticipant(), $e);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->getBoard()->setAcl($aclList);
|
$this->getBoard()->setAcl($aclList);
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||||||
* @group DB
|
* @group DB
|
||||||
*/
|
*/
|
||||||
class ImportExportTest extends \Test\TestCase {
|
class ImportExportTest extends \Test\TestCase {
|
||||||
|
|
||||||
private IDBConnection $connection;
|
private IDBConnection $connection;
|
||||||
private const TEST_USER1 = 'test-export-user1';
|
private const TEST_USER1 = 'test-export-user1';
|
||||||
private const TEST_USER3 = 'test-export-user3';
|
private const TEST_USER3 = 'test-export-user3';
|
||||||
|
|||||||
Reference in New Issue
Block a user