feat: complete jobcard client management foundation
This commit is contained in:
@@ -30,7 +30,7 @@ reporting_assert_same(
|
||||
'Client-facing report data must be allow-listed.'
|
||||
);
|
||||
reporting_assert_same(
|
||||
['internal_notes' => 'never disclose', 'password' => 'secret', 'credentials' => 'token', 'technical_ip' => '10.0.0.1', 'unknown_field' => 'not approved'],
|
||||
['id' => 7, 'status' => 'active', 'internal_notes' => 'never disclose'],
|
||||
$mapper->internal($record),
|
||||
'Internal report data must remain separate from client-facing data.'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user