feat(helpdesk): align module with core list/drawer standards
- add helpdesk module pages, services, settings and tests - standardize debtor list on drawer/grid contracts and robust filter drawer behavior - add helpdesk aside panel navigation and settings visibility provider - switch primary list slug to helpdesk/debitor and remove helpdesk/search compatibility - include required core contract updates for list contracts and detail/drawer integration
This commit is contained in:
@@ -12,7 +12,7 @@ class ListDataEndpointContractTest extends TestCase
|
||||
public function testDataEndpointsRequireGetGuard(): void
|
||||
{
|
||||
$files = $this->hardCutGridEndpointFiles();
|
||||
$this->assertCount(14, $files, 'Unexpected number of hard-cut grid data endpoints.');
|
||||
$this->assertCount(15, $files, 'Unexpected number of hard-cut grid data endpoints.');
|
||||
$this->assertNotContains('pages/admin/search/data().php', $files);
|
||||
|
||||
foreach ($files as $file) {
|
||||
|
||||
Reference in New Issue
Block a user