Bulk checkin license seats

This commit is contained in:
snipe
2026-05-22 11:30:22 +01:00
parent 221e495974
commit f535b8ffd2
10 changed files with 368 additions and 38 deletions
+5
View File
@@ -290,6 +290,11 @@ class UserFactory extends Factory
return $this->appendPermission(['licenses.checkout' => '1']);
}
public function checkinLicenses()
{
return $this->appendPermission(['licenses.checkin' => '1']);
}
public function viewKeysLicenses()
{
return $this->appendPermission(['licenses.keys' => '1']);