Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CD-CODE Web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CD-CODE team
CD-CODE Web
Commits
e8d3e5ae
Commit
e8d3e5ae
authored
3 years ago
by
moon
Browse files
Options
Downloads
Patches
Plain Diff
Made the initial enumeration values lower case
parent
a0b63edc
Branches
cuda_on_cpu
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/src/views/UpdateItem.vue
+4
-4
4 additions, 4 deletions
web/src/views/UpdateItem.vue
with
4 additions
and
4 deletions
web/src/views/UpdateItem.vue
+
4
−
4
View file @
e8d3e5ae
...
...
@@ -177,14 +177,14 @@ export default {
data
()
{
return
{
item
:
this
.
$route
.
params
.
item
?
this
.
$route
.
params
.
item
:
this
.
itemId
,
entity
:
'
P
rotein
'
,
// [protein, condensate, condensate_protein]
entity
:
'
p
rotein
'
,
// [protein, condensate, condensate_protein]
entityId
:
''
,
// protein:
<
uniprot_id
>
,
condensate
:
<
canonical_id
>
,
condensate_protein
:
<
uniprot_id
>==<
canonical_id
>
changeOperation
:
'
A
dd
'
,
// add/remove/update/update_add/update_remove
changeOperation
:
'
a
dd
'
,
// add/remove/update/update_add/update_remove
attribute
:
''
,
// protein: functional_type[driver/client/regulator], pubmed_ids[]
// condensate: description, proteins
// condensate_protein: confidence_score, pubmed_ids
attributeValue
:
''
,
// the value of the attribute to be updated. Could be "null" for add/remove operations. The data type is dynamic
status
:
'
R
equested
'
,
// 1.
R
equested, 2.
A
ccepted, 3.
R
ejected, 4.
Patially_Accepted, 5. S
ynced
status
:
'
r
equested
'
,
// 1.
r
equested, 2.
a
ccepted, 3.
r
ejected, 4.
s
ynced
submittedBy
:
''
,
submittedAt
:
''
,
// datetime
submissionComments
:
''
,
...
...
@@ -234,7 +234,7 @@ export default {
Value
:
this
.
attributeValue
,
ChangeOperation
:
this
.
changeOperation
,
SubmissionComments
:
this
.
submissionComments
,
Status
:
this
.
status
,
Status
:
vm
.
userRole
===
'
Maintainer
'
?
'
accepted
'
:
this
.
status
,
// ReviewedBy:
// ReviewedAt:
// ReviewComment:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment