Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Genesys Website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Website
Commits
99cb6638
Commit
99cb6638
authored
Nov 26, 2019
by
Oleksii Savran
Committed by
Viacheslav Pavlov
Nov 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Accession filter groups
parent
5cf11271
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
locales/en/translations.json
locales/en/translations.json
+2
-1
src/accessions/translations.json
src/accessions/translations.json
+2
-1
src/accessions/ui/c/Filters.tsx
src/accessions/ui/c/Filters.tsx
+4
-0
No files found.
locales/en/translations.json
View file @
99cb6638
...
...
@@ -464,7 +464,8 @@
"aegis"
:
"AEGIS accession"
,
"referenced"
:
"Referenced accessions"
,
"subsetsPlaceholder"
:
"UUID of a subset"
,
"datasetsPlaceholder"
:
"UUID of a dataset"
"datasetsPlaceholder"
:
"UUID of a dataset"
,
"holdingInstitute"
:
"Holding institute"
},
"p"
:
{
"display"
:
{
...
...
src/accessions/translations.json
View file @
99cb6638
...
...
@@ -34,7 +34,8 @@
"aegis"
:
"AEGIS accession"
,
"referenced"
:
"Referenced accessions"
,
"subsetsPlaceholder"
:
"UUID of a subset"
,
"datasetsPlaceholder"
:
"UUID of a dataset"
"datasetsPlaceholder"
:
"UUID of a dataset"
,
"holdingInstitute"
:
"Holding institute"
},
"p"
:
{
"display"
:
{
...
...
src/accessions/ui/c/Filters.tsx
View file @
99cb6638
...
...
@@ -53,6 +53,8 @@ const AccessionFilters = ({handleSubmit, initialValues, initialize, filterCode,
</
InputAdornment
>
}
/>
</
CollapsibleComponentSearch
>
<
CollapsibleComponentSearch
sectionIndex
=
{
sectionIndex
++
}
title
=
{
t
(
'
accessions.public.f.holdingInstitute
'
)
}
>
<
AutocompleteFilter
filterCode
=
{
filterCode
}
autocomplete
=
{
autocomplete
}
...
...
@@ -72,6 +74,8 @@ const AccessionFilters = ({handleSubmit, initialValues, initialize, filterCode,
InputLabelProps
=
{
{
shrink
:
true
}
}
validate
=
{
[
Validators
.
uppercase
]
}
/>
</
CollapsibleComponentSearch
>
<
CollapsibleComponentSearch
sectionIndex
=
{
sectionIndex
++
}
title
=
{
t
(
'
accessions.common.acceNumb
'
)
}
>
<
StringFilter
name
=
"accessionNumber"
searchType
=
"contains"
label
=
{
t
(
'
accessions.common.acceNumb
'
)
}
placeholder
=
"IRGC"
/>
<
NumberFilter
name
=
"seqNo"
label
=
{
t
(
'
accessions.public.f.seqNumber
'
)
}
/>
</
CollapsibleComponentSearch
>
...
...
Write
Preview
Markdown
is supported
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