refactor: add show_exec field to application access token response

v3.2
wxg0103 2025-07-04 18:17:13 +08:00
parent ce1884ec60
commit a097d23299
1 changed files with 1 additions and 0 deletions

View File

@ -158,5 +158,6 @@ class ApplicationProfileSerializer(serializers.Serializer):
'file_upload_setting': application.file_upload_setting,
'work_flow': {'nodes': base_node} if base_node else None,
'show_source': application_access_token.show_source,
'show_exec': application_access_token.show_exec,
'language': application_access_token.language,
**application_setting_dict}