This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fixed 解决安全问题访问附件id改为uuid,统一处理,issue不单独处理
pull/347/head
xxq250
2 years ago
parent
168f5bf7d1
commit
778f9563f3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/models/issue.rb
+ 2
- 2
app/models/issue.rb
View File
@@ -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?
Write
Preview
Loading…
Cancel
Save