mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #1175] [Feature] 允许设置空白的工作流描述 #796
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#796
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vicenteyu on GitHub (Jan 26, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1175
Release Version / 软件版本
0.4.14
Description / 缺陷描述
1、当工作流描述有值,且需要清空工作流描述时,没有保存按钮,默认会忽略修改。
2、当新建工作流,描述为空时,依旧会显示空白行,不能垂直居中,不太美观。
Steps to reproduce / 复现步骤
Logs / 日志
Miscellaneous / 其他
No response
Contribution / 贡献代码
@fudiwei commented on GitHub (Jan 29, 2026):
这不算是一个 Bug,而是预期行为:最开始的设计中“描述”是一个必填字段。
不过现在看来没有必要,后面会考虑改为允许为空的选填字段。
@vicenteyu commented on GitHub (Jan 29, 2026):
是的是的,设置允许为空,当为空时,列表上不显示,感谢!