feat: add Registry Lock and Registrar Lock badges

This commit is contained in:
Maël Gangloff
2024-12-29 22:31:40 +01:00
parent f86153049b
commit 23fca8602e
10 changed files with 98 additions and 66 deletions

View File

@@ -444,6 +444,9 @@ readonly class RDAPService
->setEntity($entity)
->setStatus(array_unique($rdapNameserver['status']))
->setRoles($roles));
$this->em->persist($nameserverEntity);
$this->em->flush();
}
}