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
Merge branch 'pre_trustie_server' into trustie_server
pull/345/head
yystopf
1 year ago
parent
65dba54a41
fd54d4d10c
commit
233642d903
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/services/api/v1/users/projects/list_service.rb
+ 1
- 1
app/services/api/v1/users/projects/list_service.rb
View File
@@ -34,7 +34,7 @@ class Api::V1::Users::Projects::ListService < ApplicationService
private
def project_query_data
if current_user.admin?
if current_user.admin?
|| @observe_user.id == current_user.id
projects = Project
else
projects = Project.visible
Write
Preview
Loading…
Cancel
Save