Skip to content

fix(#10748): remove docs_by_id_lineage - #11319

Open
witash wants to merge 5 commits into
masterfrom
10748-remove-lineage-view-minimal
Open

fix(#10748): remove docs_by_id_lineage#11319
witash wants to merge 5 commits into
masterfrom
10748-remove-lineage-view-minimal

Conversation

@witash

@witash witash commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Description

Changes queries to docs_by_id_lineage into one call to get (to get the document by id) and another to allDocs (to get the parents), and removes the docs_by_id_lineage view.

test results

Closes #10748

Code review checklist

  • UI/UX backwards compatible: Test it works for the new design (enabled by default). And test it works in the old design, enable can_view_old_navigation permission to see the old design. Test it has appropriate design for RTL languages.
  • Readable: Concise, well named, follows the style guide
  • Documented: Configuration and user documentation on cht-docs
  • Tested: Unit and/or e2e where appropriate
  • Internationalised: All user facing text
  • Backwards compatible: Works with existing data and configuration or includes a migration. Any breaking changes documented in the release notes.
  • AI disclosure: Please disclose use of AI per the guidelines.

Compose URLs

If Build CI hasn't passed, these may 404:

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

@witash witash changed the title 10748 remove lineage view minimal fix(#10748): remove docs_by_id_lineage Aug 4, 2026
@witash
witash marked this pull request as ready for review August 5, 2026 10:33
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

All checks passed — thank you @witash! This PR is ready for review.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove docs_by_id_lineage map reduce view

2 participants