Skrytí osobních údajů #1

Nezobrazovat detail logu anonymnímu uživateli #2
This commit is contained in:
Zdeněk Burda
2026-01-10 12:50:45 +01:00
parent 41e3ce6f25
commit 1e484aef47
7 changed files with 419 additions and 203 deletions

View File

@@ -11,6 +11,7 @@ class LogQsoTableTest extends TestCase
public function test_qso_table_uses_latest_succeeded_non_claimed_run_by_default(): void
{
$this->actingAsAdmin();
$round = $this->createRound();
$log = $this->createLog(['round_id' => $round->id]);
@@ -77,6 +78,7 @@ class LogQsoTableTest extends TestCase
public function test_qso_table_respects_explicit_evaluation_run_id(): void
{
$this->actingAsAdmin();
$round = $this->createRound();
$log = $this->createLog(['round_id' => $round->id]);