Skip to content

Commit

Permalink
Update xlsx.js and campos.json
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed Dec 12, 2023
1 parent ec66112 commit 111932e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ext/lib/api-v2/topics/xlsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ app.get('/export/topics/export-resultados-proyectos',
'Cantidad Votos': `${topic.action.results.length}`,
'Monto': `${topic.attrs['presupuesto-total'] ? topic.attrs['presupuesto-total'] : 0}`,
'Texto': `${escapeTxt(topic.attrs['proyecto-contenido'])}`,
'Creado el': `${escapeTxt(moment(topic.createdAt).format('YYYY-MM-DD'))}`
}
infoTopics.push(theTopic);
});
Expand Down
4 changes: 2 additions & 2 deletions ext/lib/site/formulario-propuesta/campos.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
},
{
"name" : "admin-comment-referencia",
"title" : "Link a proyecto",
"description" : "Colocar aquí el link al proyecto final, en el caso que esta propuesta esté integrada junto con otra",
"title" : "ID a proyecto integrador",
"description" : "Colocar aquí el ID al proyecto integrador, en el caso que esta propuesta se haya integrado junto con otra",
"mandatory" : true,
"kind" : "String"
},
Expand Down

0 comments on commit 111932e

Please sign in to comment.