Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Emmanuel QUEVILLON
BIGSdb
Commits
26f0586c
Commit
26f0586c
authored
Jan 20, 2015
by
Keith Jolley
Browse files
Isolate batch add: Set sender to submitter id for allele designations.
parent
2ca0fe5c
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/BIGSdb/CurateBatchAddPage.pm
View file @
26f0586c
...
...
@@ -1311,6 +1311,7 @@ sub _upload_data {
push
@value_list
,
$self
->
get_curator_id
;
}
elsif
(
$field
eq
'
sender
'
&&
$user_info
->
{'
status
'}
eq
'
submitter
'
)
{
push
@value_list
,
$self
->
get_curator_id
;
$sender
=
$self
->
get_curator_id
;
}
elsif
(
defined
$fieldorder
{
$field
}
&&
defined
$data
[
$fieldorder
{
$field
}
]
&&
$data
[
$fieldorder
{
$field
}
]
ne
'
null
'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment