Skip to content

fix: Sidebar sub-resources, deep link dispatch, and search query#962

Open
rubenvdlinde wants to merge 3 commits intodevelopmentfrom
fix/sidebar-and-search
Open

fix: Sidebar sub-resources, deep link dispatch, and search query#962
rubenvdlinde wants to merge 3 commits intodevelopmentfrom
fix/sidebar-and-search

Conversation

@rubenvdlinde
Copy link
Contributor

@rubenvdlinde rubenvdlinde commented Mar 24, 2026

Summary

  • Dispatch DeepLinkRegistrationEvent in boot() so consuming apps (Procest, Pipelinq) can register their URL patterns for Nextcloud unified search deep links
  • Add setVerb('comment') in NoteService — Nextcloud's CommentsManager requires a verb before saving, fixing "Actor, Object and Verb information must be provided" error
  • Return empty results instead of 500 when user has no VTODO-supporting calendar in TasksController::index()
  • Fix search query to only include property columns that exist in each magic table, preventing column "X" does not exist errors in UNION queries across tables with different schemas

Test plan

  • Verify unified search returns results from OpenRegister without 500 errors
  • Verify deep links from search results navigate to correct app detail pages (Procest cases, Pipelinq clients)
  • Verify sidebar Notes tab: add, list, and delete notes
  • Verify sidebar Tasks tab shows "No linked tasks" gracefully when no calendar exists
  • Verify sidebar Audit Trail tab shows history

- Dispatch DeepLinkRegistrationEvent in boot() so consuming apps
  (Procest, Pipelinq) can register their URL patterns
- Add setVerb('comment') in NoteService — Nextcloud CommentsManager
  requires a verb before saving
- Return empty array instead of 500 when user has no VTODO calendar
  in TasksController::index()
- Fix search query to only include property columns that exist in
  each magic table, preventing "column does not exist" errors in
  UNION queries across tables with different schemas
@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/openregister
Commit 44d2286
Branch 962/merge
Event pull_request
Generated 2026-03-24 06:31 UTC
Workflow Run https://github.com/ConductionNL/openregister/actions/runs/23476272318

Summary

Group Result
PHP Quality FAIL
Vue Quality FAIL
Security PASS
License PASS
PHPUnit SKIP
Newman SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint FAIL
stylelint PASS

Security

Ecosystem Result
composer PASS
npm PASS

License Compliance

Ecosystem Result
composer PASS
npm PASS

composer dependencies (147 total)

Metric Count
Approved (allowlist) 146
Approved (override) 1
Denied 0

npm dependencies (586 total)

Metric Count
Approved (allowlist) 585
Approved (override) 1
Denied 0

PHPUnit Tests

PHPUnit tests were not enabled for this run.

Integration Tests (Newman)

Newman integration tests were not enabled for this run.


Generated automatically by the Quality workflow.

Download the full PDF report from the workflow artifacts.

@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/openregister
Commit 54cf7a8
Branch 962/merge
Event pull_request
Generated 2026-03-25 12:44 UTC
Workflow Run https://github.com/ConductionNL/openregister/actions/runs/23541529476

Summary

Group Result
PHP Quality FAIL
Vue Quality PASS
Security PASS
License PASS
PHPUnit SKIP
Newman SKIP
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint PASS
stylelint PASS

Security

Ecosystem Result
composer PASS
npm PASS

License Compliance

Ecosystem Result
composer PASS
npm PASS

composer dependencies (147 total)

Metric Count
Approved (allowlist) 146
Approved (override) 1
Denied 0

npm dependencies (595 total)

Metric Count
Approved (allowlist) 592
Approved (override) 3
Denied 0

PHPUnit Tests

PHPUnit tests were not enabled for this run.

Integration Tests (Newman)

Newman integration tests were not enabled for this run.

E2E Tests (Playwright)

Playwright E2E tests were not enabled for this run.


Generated automatically by the Quality workflow.

Download the full PDF report from the workflow artifacts.

@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/openregister
Commit 270ef03
Branch 962/merge
Event pull_request
Generated 2026-03-25 15:42 UTC
Workflow Run https://github.com/ConductionNL/openregister/actions/runs/23549765965

Summary

Group Result
PHP Quality PASS
Vue Quality PASS
Security PASS
License PASS
PHPUnit SKIP
Newman SKIP
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs PASS
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint PASS
stylelint PASS

Security

Ecosystem Result
composer PASS
npm PASS

License Compliance

Ecosystem Result
composer PASS
npm PASS

composer dependencies (147 total)

Metric Count
Approved (allowlist) 146
Approved (override) 1
Denied 0

npm dependencies (595 total)

Metric Count
Approved (allowlist) 592
Approved (override) 3
Denied 0

PHPUnit Tests

PHPUnit tests were not enabled for this run.

Integration Tests (Newman)

Newman integration tests were not enabled for this run.

E2E Tests (Playwright)

Playwright E2E tests were not enabled for this run.


Generated automatically by the Quality workflow.

Download the full PDF report from the workflow artifacts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant