Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Géocontrib Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GéoContrib
Géocontrib Frontend
Merge requests
!9
change key from title to id
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
change key from title to id
evol/redmine-ticket-11442-attachments
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Timothee P
requested to merge
evol/redmine-ticket-11442-attachments
into
develop
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Duplicate key when title is the same, avoid it using the id as identifier
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
4c69f7ca
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/views/feature/Feature_detail.vue
+
1
−
1
Options
@@ -176,7 +176,7 @@
<div
class=
"seven wide column"
>
<h2
class=
"ui header"
>
Pièces jointes
</h2>
<div
v-for=
"pj in attachments"
:key=
"pj.
title
"
class=
"ui divided items"
>
<div
v-for=
"pj in attachments"
:key=
"pj.
id
"
class=
"ui divided items"
>
<div
class=
"item"
>
<a
class=
"ui tiny image"
Loading