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
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
custom-apps
web-app
Commits
546c44c6
Commit
546c44c6
authored
Apr 28, 2022
by
Matthieu Benoist
Browse files
Merge branch 'DOS0194116' into development
parents
d6be7014
4e1c601f
Pipeline
#28053
passed with stage
in 4 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/dataset-detail/components/dataset-info/dataset-info.component.html
View file @
546c44c6
...
...
@@ -84,7 +84,7 @@
<span
class=
"info-title"
i18n=
"@@dataset.info.origin"
>
Origin
</span>
<p
>
{{ metadata.
lineage
}}
</p>
<p
[innerHTML]=
"
lineage
"
>
</p>
</div>
<div
class=
"info-section"
*ngIf=
"geographicalInfo"
>
...
...
src/app/dataset-detail/components/dataset-info/dataset-info.component.ts
View file @
546c44c6
...
...
@@ -90,6 +90,10 @@ export class DatasetInfoComponent implements OnInit, OnDestroy {
return
ibsFormat
(
this
.
metadata
.
abstract
,[],{
detectLinks
:
true
,
target
:
'
_blank
'
});
}
get
lineage
()
{
return
ibsFormat
(
this
.
metadata
.
lineage
,[],
{
detectLinks
:
true
,
target
:
'
_blank
'
}
)
}
getDatasetDataRepresentationType
():
string
{
let
type
=
''
;
if
(
this
.
_datasetDetailService
.
datasetEditorialMetadata
.
isPunctual
)
{
...
...
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