Revert "feat: propagate trigger metadata for plugin icons across UI"

This reverts commit 3bd62f3fdf.
This commit is contained in:
lyzno1
2025-10-27 17:06:40 +08:00
parent c79d75b32d
commit 1335be8d60
9 changed files with 29 additions and 258 deletions

View File

@ -13,7 +13,6 @@ workflow_app_log_partial_fields = {
"created_by_account": fields.Nested(simple_account_fields, attribute="created_by_account", allow_null=True),
"created_by_end_user": fields.Nested(simple_end_user_fields, attribute="created_by_end_user", allow_null=True),
"created_at": TimestampField,
"trigger_info": fields.Raw(attribute="trigger_info"),
}