Skip to content

Fix: YAML workflow list UI now only shows 'No description'#585

Open
LaansDole wants to merge 2 commits intoOpenBMB:mainfrom
LaansDole:main
Open

Fix: YAML workflow list UI now only shows 'No description'#585
LaansDole wants to merge 2 commits intoOpenBMB:mainfrom
LaansDole:main

Conversation

@LaansDole
Copy link
Copy Markdown
Contributor

Problem

The workflow list UI always shows "No description" due to a frontend–backend contract mismatc

The backend /desc endpoint returns { "description": "..." }, but the frontend reads fileData.content (expecting raw YAML) and tries to re-parse it client-side. Since fileData.content is undefined, parsing always fails and the catch block returns "No description".

@LaansDole LaansDole changed the title fix: YAML workflow list UI now only shows 'No description' Mar 19, 2026
@zxrys
Copy link
Copy Markdown
Collaborator

zxrys commented Mar 20, 2026

Hello, I didn't notice the bug displayed on the front-end page. Could you please provide a screenshot to illustrate it?

@LaansDole
Copy link
Copy Markdown
Contributor Author

So I was fixing this from the latest changes, @zxrys:
devall-no-desc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants