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
cc279dfd
Commit
cc279dfd
authored
Jan 15, 2015
by
Keith Jolley
Browse files
Increase user affiliation max field length.
parent
92fb8fc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/BIGSdb/TableAttributes.pm
View file @
cc279dfd
...
...
@@ -45,7 +45,7 @@ sub get_users_table_attributes {
{
name
=>
'
surname
',
type
=>
'
text
',
required
=>
'
yes
',
length
=>
40
,
dropdown_query
=>
'
yes
'
},
{
name
=>
'
first_name
',
type
=>
'
text
',
required
=>
'
yes
',
length
=>
40
,
dropdown_query
=>
'
yes
'
},
{
name
=>
'
email
',
type
=>
'
text
',
required
=>
'
yes
',
length
=>
50
},
{
name
=>
'
affiliation
',
type
=>
'
text
',
required
=>
'
yes
',
length
=>
120
},
{
name
=>
'
affiliation
',
type
=>
'
text
',
required
=>
'
yes
',
length
=>
255
},
{
name
=>
'
status
',
type
=>
'
text
',
required
=>
'
yes
',
optlist
=>
$status
,
default
=>
'
user
'
},
{
name
=>
'
date_entered
',
type
=>
'
date
',
required
=>
'
yes
'
},
{
name
=>
'
datestamp
',
type
=>
'
date
',
required
=>
'
yes
'
},
...
...
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