@@ -117,7 +117,6 @@ class BoardImportService {
|
|||||||
$this->importComments();
|
$this->importComments();
|
||||||
$this->importCardAssignments();
|
$this->importCardAssignments();
|
||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
throw $th;
|
|
||||||
throw new BadRequestException($th->getMessage());
|
throw new BadRequestException($th->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -216,6 +216,8 @@ class DeckJsonService extends ABoardImportService {
|
|||||||
$acl->setPermissionEdit(false);
|
$acl->setPermissionEdit(false);
|
||||||
$acl->setPermissionShare(false);
|
$acl->setPermissionShare(false);
|
||||||
$acl->setPermissionManage(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[] = $acl;
|
||||||
}
|
}
|
||||||
return $return;
|
return $return;
|
||||||
|
|||||||
Reference in New Issue
Block a user