Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
pount
pount-front
Commits
51a54524
Commit
51a54524
authored
Sep 23, 2021
by
Jean Rabreau
Browse files
✏
item creator displayed as submitter #277
parent
1050d59c
Pipeline
#60742
passed with stages
in 6 minutes and 12 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/i18n/en_US.js
View file @
51a54524
...
...
@@ -235,7 +235,7 @@ export const en_US = {
copyOf
:
"
Copy of
"
,
count
:
"
No item | 1 item | {count} items
"
,
create
:
"
Add item
"
,
crea
ted
By
:
"
Crea
ted by:
"
,
submit
ted
:
"
Submit
ted by:
"
,
description
:
"
Presentation
"
,
designate
:
"
this item
"
,
destroy
:
"
Delete item
"
,
...
...
src/i18n/fr_FR.js
View file @
51a54524
...
...
@@ -242,7 +242,7 @@ export const fr_FR = {
copyOf
:
"
Copie de
"
,
count
:
"
Aucun élément | 1 élément | {count} éléments
"
,
create
:
"
Nouvel élément
"
,
crea
ted
By
:
"
Cré
é par :
"
,
submit
ted
:
"
Dépos
é par :
"
,
description
:
"
Présentation
"
,
designate
:
"
cet élément
"
,
destroy
:
"
Supprimer l'élément
"
,
...
...
src/views/items/Item.vue
View file @
51a54524
...
...
@@ -92,7 +92,7 @@ export default {
title
:
this
.
item
.
title
,
thumbnail
:
this
.
item
.
thumbnails
.
m
,
subtitles
:
[
`
${
this
.
$t
(
'
item.
crea
ted
By
'
)}
${
this
.
item
.
creator
.
name
}
`
,
`
${
this
.
$t
(
'
item.
submit
ted
'
)}
${
this
.
item
.
creator
.
name
}
`
,
{
label
:
this
.
$t
(
'
set.label
'
),
value
:
this
.
item
.
set
.
title
,
to
:
this
.
setPath
},
this
.
visibility
,
],
...
...
src/views/items/ItemPublic.vue
View file @
51a54524
...
...
@@ -131,7 +131,7 @@ export default {
thumbnail
:
this
.
currentItem
.
thumbnails
.
m
,
title
:
this
.
currentItem
.
title
,
subtitles
:
[
`
${
this
.
$t
(
'
item.
crea
ted
By
'
)}
${
this
.
currentItem
.
creator
.
name
}
`
,
`
${
this
.
$t
(
'
item.
submit
ted
'
)}
${
this
.
currentItem
.
creator
.
name
}
`
,
...
this
.
from
===
'
set
'
?
[{
value
:
this
.
embed
?
this
.
$t
(
'
item.backToSet
'
)
:
this
.
currentItem
.
set
.
title
,
...
...
src/views/projects/ProjectSearch.vue
View file @
51a54524
...
...
@@ -10,7 +10,7 @@
prepend-inner-icon=
"mdi-magnify"
@
change=
"onSearch"
/>
<div
<div
class=
"d-flex flex-column"
>
<div
...
...
@@ -311,7 +311,7 @@ export default {
];
}
else
if
(
mode
===
'
item
'
)
{
subtitles
=
[
`
${
that
.
$t
(
'
item.
crea
ted
By
'
)}
${
result
.
creator
.
name
}
`
,
`
${
that
.
$t
(
'
item.
submit
ted
'
)}
${
result
.
creator
.
name
}
`
,
`
${
that
.
$t
(
'
item.fields.resourceTypeGeneral.label
'
)}
:
${
result
.
metadata
.
resourceTypeGeneral
}
`
,
`
${
that
.
$t
(
'
item.fields.resourceType.label
'
)}
:
${
result
.
metadata
.
resourceType
}
`
,
];
...
...
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