Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ChEMBL
C
ChEMBL
Main Web Interface
Elasticsearch Proxy API
Commits
30092797
Commit
30092797
authored
Mar 05, 2021
by
David Mendez
Browse files
Properties Config: Add group for querystring in drug warnings
parent
d7297155
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
app/properties_configuration/config/groups.yml
app/properties_configuration/config/groups.yml
+5
-1
app/properties_configuration/config/override.yml
app/properties_configuration/config/override.yml
+11
-0
No files found.
app/properties_configuration/config/groups.yml
View file @
30092797
...
...
@@ -238,4 +238,8 @@ chembl_drug_warning_by_parent:
default
:
[
'
drug_warning.molecule_chembl_id'
,
'
drug_warning.parent_molecule_chembl_id'
,
'
drug_warning.warning_type'
,
'
drug_warning.warning_class'
,
'
drug_warning.warning_description'
,
'
drug_warning.where'
,
'
drug_warning.warning_refs'
]
querystring
:
default
:
[
'
drug_warning.molecule_chembl_id'
,
'
drug_warning.parent_molecule_chembl_id'
,
'
drug_warning.warning_type'
,
'
drug_warning.warning_class'
,
'
drug_warning.warning_description'
,
'
drug_warning.where.country'
,
'
drug_warning.where.year'
,
'
drug_warning.warning_refs.ref_url'
,
'
drug_warning.warning_refs.ref_type'
,
'
drug_warning.warning_refs.ref_id'
]
app/properties_configuration/config/override.yml
View file @
30092797
...
...
@@ -363,5 +363,16 @@ chembl_drug_warning_by_parent:
label
:
'
Description'
'
drug_warning.where'
:
label
:
'
Where'
'
drug_warning.where.country'
:
label
:
'
Warning
Country'
'
drug_warning.where.year'
:
label
:
'
Warning
Year'
'
drug_warning.warning_refs'
:
label
:
'
References'
'
drug_warning.warning_refs.ref_url'
:
label
:
'
Reference
URL'
'
drug_warning.warning_refs.ref_type'
:
label
:
'
Reference
Type'
'
drug_warning.warning_refs.ref_id'
:
label
:
'
Reference
ID'
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