Skip to content

Conversation

@AllanOXDi
Copy link
Member

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

  1. Sign in to Studio
  2. Go to a channel and add a folder or a resource without a title
  3. Edit just the title of the folder or resource and observe that it's still marked as incomplete

@AllanOXDi AllanOXDi added this to the Studio: Q4 Patches milestone Nov 6, 2025
: '';
},
error() {
if (!this.node.complete) {
Copy link
Member

Choose a reason for hiding this comment

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

It’s a bit unclear to me why this check is being removed. It appears to validate whether the node is incomplete. I think our investigation should focus on understanding why the node becomes marked as incomplete after updating the title (and possibly other fields). Removing this validation check would only mask the issue and prevent us from detecting when a node is actually incomplete. Am I missing something?

Copy link
Member

Choose a reason for hiding this comment

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

A good place would be to understand what is going on in the isNodeComplete function

Copy link
Member

@akolson akolson left a comment

Choose a reason for hiding this comment

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

Hi @AllanOXDi! I left a general comment about the implementation. Thanks

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.

Folders or resources with missing title remain 'incomplete' after editing just the title

2 participants