Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
32773149
Commit
32773149
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Browsers: allow to receive url with a state id
parent
5ddb25c2
No related branches found
Branches containing commit
No related tags found
1 merge request
!63
Implement URL Shortening
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/compound/browse/_state.vue
+8
-11
8 additions, 11 deletions
pages/compound/browse/_state.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
9 additions
and
12 deletions
pages/compound/browse/_state.vue
+
8
−
11
View file @
32773149
<
template
>
<EBCompoundsBrowser
:raw-state=
"state"
/>
<div>
state:
{{
rawState
}}
, initialStateSavingParams:
{{
initialStateSavingParams
}}
<EBCompoundsBrowser
:raw-state=
"rawState"
/>
</div>
</
template
>
<
script
>
import
EBCompoundsBrowser
from
'
~/web-components-submodule/components/common/Browsers/specific_browsers/compound/eubopen/EBCompoundsBrowser.vue
'
import
EntityNames
from
'
~/web-components-submodule/standardisation/EntityNames.js
'
import
{
entityBrowserMixin
}
from
'
~/web-components-submodule/mixins/browsers/entityBrowserMixin.js
'
export
default
{
components
:
{
EBCompoundsBrowser
,
},
mixins
:
[
entityBrowserMixin
],
layout
:
'
entityBrowser
'
,
data
()
{
return
{
isEmbedded
:
false
,
}
},
head
()
{
const
titleText
=
`Explore all
${
EntityNames
.
EubopenCompound
.
pluralEntityName
}
.`
const
descriptionText
=
...
...
@@ -52,11 +54,6 @@ export default {
],
}
},
computed
:
{
state
()
{
return
this
.
$route
.
params
.
state
},
},
}
</
script
>
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
5c346adf
Compare
aaf44040
...
5c346adf
Subproject commit
aaf440409d746e6e0d7eb5b7441a4675d80507a9
Subproject commit
5c346adfd99a4de8d3d3fca218d6d1892c03bf28
This diff is collapsed.
Click to expand it.
Preview
0%
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