Skip to content

fix: Fix duplicated note blank page - EXO-87922#1707

Merged
azayati merged 1 commit into
developfrom
merge-87922
Jun 25, 2026
Merged

fix: Fix duplicated note blank page - EXO-87922#1707
azayati merged 1 commit into
developfrom
merge-87922

Conversation

@azayati

@azayati azayati commented Jun 25, 2026

Copy link
Copy Markdown
Member

Prior to this change, when duplicating a note, a blank page is displayed. This is caused by the fact that "canRedact" prop value is computed from NotesEditorDashboard component then passed to NoteFullRichEditor component only when the url notes-editor url contains "parentNoteId" param which is not the case for duplicated note url like "notes-editor?noteId=XX&translation=&spaceGroupId=XXXXX" After this commit, we will ensure to compute "canRedact" prop value even without "parentNoteId" url param which covers also the duplicated note case.

Prior to this change, when duplicating a note, a blank page is displayed. This is caused by the fact that "canRedact" prop value is computed from NotesEditorDashboard component then passed to NoteFullRichEditor component only when the url notes-editor url contains "parentNoteId" param which is not the case for duplicated note url like "notes-editor?noteId=XX&translation=&spaceGroupId=XXXXX"
After this commit, we will ensure to compute "canRedact" prop value even without "parentNoteId" url param which covers also the duplicated note case.
@azayati azayati changed the title fix: Fix duplicated note blank page - EXO-87922 (#1706) fix: Fix duplicated note blank page - EXO-87922 Jun 25, 2026
@github-actions github-actions Bot added the partialCIBuild Perform Partial CI Build label Jun 25, 2026
@azayati azayati enabled auto-merge (squash) June 25, 2026 15:01
@azayati azayati requested a review from boubaker June 25, 2026 15:01
@azayati azayati disabled auto-merge June 25, 2026 15:04
@azayati azayati enabled auto-merge (squash) June 25, 2026 15:04
@sonarqubecloud

Copy link
Copy Markdown

@azayati azayati merged commit 4b8594d into develop Jun 25, 2026
11 checks passed
@azayati azayati deleted the merge-87922 branch June 25, 2026 15:07
exo-swf pushed a commit that referenced this pull request Jun 25, 2026
Prior to this change, when duplicating a note, a blank page is displayed. This is caused by the fact that "canRedact" prop value is computed from NotesEditorDashboard component then passed to NoteFullRichEditor component only when the url notes-editor url contains "parentNoteId" param which is not the case for duplicated note url like "notes-editor?noteId=XX&translation=&spaceGroupId=XXXXX" After this commit, we will ensure to compute "canRedact" prop value even without "parentNoteId" url param which covers also the duplicated note case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

partialCIBuild Perform Partial CI Build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants