@@ -117,7 +117,6 @@ class BoardImportService {
|
||||
$this->importComments();
|
||||
$this->importCardAssignments();
|
||||
} catch (\Throwable $th) {
|
||||
throw $th;
|
||||
throw new BadRequestException($th->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -216,6 +216,8 @@ class DeckJsonService extends ABoardImportService {
|
||||
$acl->setPermissionEdit(false);
|
||||
$acl->setPermissionShare(false);
|
||||
$acl->setPermissionManage(false);
|
||||
// FIXME: Figure out a way to collect and aggregate warnings about users
|
||||
// FIXME: Maybe have a dry run?
|
||||
$return[] = $acl;
|
||||
}
|
||||
return $return;
|
||||
|
||||
Reference in New Issue
Block a user