Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(plugin-nested-docs): fallback to doc ID if useAsTitle field is undefined #11338

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

PatrikKozak
Copy link
Contributor

Updated formatBreadcrumb to fall back to the document ID if the useAsTitle field is undefined.

This handles cases where the field is optional or not filled out, ensuring the label is never undefined or empty.

Maintains consistent behavior by using a unique identifier as a fallback.

Fixes #10377

@PatrikKozak PatrikKozak changed the title fix (plugin-nested-docs): fallback to doc ID if useAsTitle field is undefined fix(plugin-nested-docs): fallback to doc ID if useAsTitle field is undefined Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

formatBreadcrumb() accepts undefined as string
2 participants