From b023ad823c04754cf7aeaf6bab3ffcb152f5caaa Mon Sep 17 00:00:00 2001 From: yystopf Date: Wed, 15 Oct 2025 15:28:36 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E4=BD=BF=E7=94=A8id=E4=BD=9C=E4=B8=BA?= =?UTF-8?q?attachment=E7=9A=84=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/user_action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user_action.rb b/app/models/user_action.rb index 769edfb21..97f4ceab3 100644 --- a/app/models/user_action.rb +++ b/app/models/user_action.rb @@ -67,7 +67,7 @@ class UserAction < ApplicationRecord if attachment.container_type == "Issue" && issue&.issue_classify == "issue" return "上传附件issue地址:#{issue&.subject}" else - return "上传附件地址:#{attachment.title}" + return "上传附件地址:#{attachment.title}" end else "--" end