From 778f9563f396db98d453024b7d7e66fcdeeab17e Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 22 Nov 2023 11:38:34 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E8=A7=A3=E5=86=B3=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E8=AE=BF=E9=97=AE=E9=99=84=E4=BB=B6id?= =?UTF-8?q?=E6=94=B9=E4=B8=BAuuid=EF=BC=8C=E7=BB=9F=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E7=90=86=EF=BC=8Cissue=E4=B8=8D=E5=8D=95=E7=8B=AC=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/issue.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/issue.rb b/app/models/issue.rb index 0d55163b4..ffda5a189 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -188,8 +188,8 @@ class Issue < ApplicationRecord end def generate_uuid - return if pm_project_id.nil? - attachments.map(&:generate_uuid) + # return if pm_project_id.nil? + # attachments.map(&:generate_uuid) end def is_collaborators?