Skip to content

feat(navigation): add LoadAdditionalEntriesListener - #2885

Open
enjeck wants to merge 1 commit into
mainfrom
fix/context-navigation-load-additional-entries
Open

feat(navigation): add LoadAdditionalEntriesListener#2885
enjeck wants to merge 1 commit into
mainfrom
fix/context-navigation-load-additional-entries

Conversation

@enjeck

@enjeck enjeck commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Tables' context navigation tests have been broken for a while due to changes in the server. It should be fixed in the server, but it's still flaky on our side, as it passes for me locally but fails here on CI. Hoping that following the advice given to use LoadAdditionalEntriesListener fixes it. See nextcloud/server#61120

Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
@enjeck enjeck self-assigned this Aug 9, 2026
@enjeck
enjeck requested a review from blizzz as a code owner August 9, 2026 19:20
@enjeck enjeck added the 3. to review Waiting for reviews label Aug 9, 2026
$context->registerEventListener(DatasourceEvent::class, AnalyticsDatasourceListener::class);
$context->registerEventListener(RenderReferenceEvent::class, TablesReferenceListener::class);
$context->registerEventListener(BeforeTemplateRenderedEvent::class, BeforeTemplateRenderedListener::class);
$context->registerEventListener(LoadAdditionalEntriesEvent::class, LoadAdditionalEntriesListener::class);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess that the BeforeTemplateRenderedListener class still exists. Is it obsolete now that it's not loaded anymore? Or is it still used somewhere else?

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

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants