Skip to content
Snippets Groups Projects

change key from title to id

Merged Timothee P requested to merge evol/redmine-ticket-11442-attachments into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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