Skip to content

Merge into develop, MEED-10215, MEED-10246, MEED-10213#1626

Merged
hakermi merged 3 commits intodevelopfrom
dev-17022026
Feb 17, 2026
Merged

Merge into develop, MEED-10215, MEED-10246, MEED-10213#1626
hakermi merged 3 commits intodevelopfrom
dev-17022026

Conversation

@hakermi
Copy link
Member

@hakermi hakermi commented Feb 17, 2026

Merge into develop
fixes Meeds-io/meeds#4029
fixes Meeds-io/meeds#4020

…EED-10215 - Meeds-io/meeds#4029 (#1620)

Prior to this change, when restoring a version, the breadcrumb displayed
the original note title instead of the selected version’s title.

This happened because the `getBreadcrumb` endpoint did not take the lang
query parameter into account. Instead, it relied on the request’s locale
language. As a result, when the requested locale did not match the
targeted version language, the endpoint fell back to the original note
title.

This PR updates the title resolution logic to use the provided target
language query parameter, ensuring that the correct version title is
displayed in the breadcrumb.
 - Meeds-io/meeds#4029 (#1622)

Prior to this change, when restoring a version, the table of content
displays the original note title instead of the selected version’s
title.
This happened because the Resolving titles of Toc json tree doesn't take
into consideration the non exiting or target default request lang
version
This PR updates the title resolution to check the existence of the
target version lang otherwise returns last published version title,
ensuring that the correct version title is
…eeds-io/meeds#4020 (#1613)

Prior to this change, the publication drawer remained open and showed a
loading state even after a note was successfully published.The issue was
caused by a missing event listener for the note-published event.
This fix adds the listener to automatically close the drawer once the
note is published, improving the user experience.
@hakermi hakermi requested a review from Jihed525 February 17, 2026 07:21
@hakermi hakermi enabled auto-merge (rebase) February 17, 2026 07:22
@sonarqubecloud
Copy link

@hakermi hakermi merged commit aa68d43 into develop Feb 17, 2026
9 checks passed
@hakermi hakermi deleted the dev-17022026 branch February 17, 2026 08:08
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.

[Notes] breadcrumb not udpated if Notes version title isn't the same [note] the publication page keeps on loading

2 participants

Comments