Skip to content

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

Open
LaansDole wants to merge 1 commit intoOpenBMB:mainfrom
LaansDole:main
Open

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

Conversation

@LaansDole
Copy link
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' Fix: YAML workflow list UI now only shows 'No description' Mar 19, 2026
@zxrys
Copy link
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
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants