feat: add draft trigger detection to app model and UI (#28163)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
zhsama
2025-11-13 15:43:58 +08:00
committed by GitHub
parent 45e816a9f6
commit b86022c64a
4 changed files with 46 additions and 11 deletions

View File

@@ -116,6 +116,7 @@ app_partial_fields = {
"access_mode": fields.String,
"create_user_name": fields.String,
"author_name": fields.String,
"has_draft_trigger": fields.Boolean,
}