Uh oh!
There was an error while loading. Please reload this page.
Fixes folders or resources with missing title remain 'incomplete' after editing just the title - #5539
Conversation
Uh oh!
There was an error while loading. Please reload this page.
akolson
left a comment
There was a problem hiding this comment.
Hi @AllanOXDi! I left a general comment about the implementation. Thanks
akolson
left a comment
There was a problem hiding this comment.
Change looks correct to me! Manual QA also checks out. Thanks @AllanOXDi
akolson
commented
Nov 20, 2025
@AllanOXDi can we re-target this to hotfixes? Thanks |
590f5ea to
0047ecaCompareakolson
commented
Nov 20, 2025
@AllanOXDi, !t looks like the branch is from unstable so we might have to squash all the commits from unstable. I think cherypicking the commit instead should do the trick? or rebasing? |
AllanOXDi
commented
Nov 20, 2025
working on that |
0047eca to
2378808CompareAllanOXDi
commented
Nov 20, 2025
Fixed! |
Uh oh!
There was an error while loading. Please reload this page.
akolson
left a comment
There was a problem hiding this comment.
Left a blocking comment. All else looks correct to me!
akolson
left a comment
There was a problem hiding this comment.
All should be good now. Thanks @AllanOXDi
General comment on the tests updates: I wonder if making the tests more liberal using the objectContaining function could increase the risk of masking bugs as it only asserts that certain keys exist, not that the whole payload is exactly what is expected (which I think is the intention of the previous test). Not a blocker but something to think about
AllanOXDi
commented
Nov 20, 2025
Totally fair point ! |
akolson
commented
Nov 21, 2025
I agree! However, the intent of the tests is lost--we've added the expect(updateContentNode).toHaveBeenCalledWith({id: nodeId,title: newTitle,description: newDescription// or '',checkComplete: true,}); |
AllanOXDi
commented
Nov 25, 2025
Updated! I leaned toward using |
akolson
commented
Nov 25, 2025
Correct! It however makes use of it while calling the Thanks @AllanOXDi for the fix. Will merge this |
Summary
This PR fixes folders or resources with missing title remain 'incomplete' after editing just the title
Closes#5347
References
#5347
Before
2025-09-01_17-24-52.mp4
After
Screen.Recording.2025-11-06.at.18.45.55.mov
Reviewer guidance