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
Culture
culture-views
Commits
72b21c20f2cf
Commit
acd9b594
authored
Sep 10, 2020
by
Fabien Amarger
Browse files
fix: [label] Debug label fetch
parent
b729f30b511c
Pipeline
#13866
passed with stages
in 2 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/localisation/localisation.tsx
View file @
72b21c20
...
@@ -69,7 +69,7 @@ class LocalisationRendering implements implementation.ViewImplementation {
...
@@ -69,7 +69,7 @@ class LocalisationRendering implements implementation.ViewImplementation {
const
bienCulturel
:
BienCulturelProps
=
{
const
bienCulturel
:
BienCulturelProps
=
{
typeUris
:
context
.
each
(
targetSym
,
RDF
(
'
type
'
)).
map
(
$rdf
.
Node
.
toJS
)
as
string
[],
typeUris
:
context
.
each
(
targetSym
,
RDF
(
'
type
'
)).
map
(
$rdf
.
Node
.
toJS
)
as
string
[],
label
:
context
.
anyJS
(
targetSym
,
RDFS
(
'
label
'
))
.
value
as
string
,
label
:
context
.
anyJS
(
targetSym
,
RDFS
(
'
label
'
)),
};
};
const
result
=
document
.
createElement
(
'
div
'
);
const
result
=
document
.
createElement
(
'
div
'
);
...
...
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