Commit 006057210b8f11802bda8aa8d7aa27ca6d9056d3

Authored by Laurent BEIGBEDER
1 parent 5a97f774
Exists in master

redmine#6610: Correlation du nom output avec le nom du fichier d'input

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
ihm/app/controller/Steps/ExportResultStep.js
@@ -51,10 +51,11 @@ Ext.define('treps.controller.Steps.ExportResultStep', { @@ -51,10 +51,11 @@ Ext.define('treps.controller.Steps.ExportResultStep', {
51 items:[ 51 items:[
52 ] 52 ]
53 }); 53 });
54 - 54 +
55 this.hiddenForm.getForm().submit({ 55 this.hiddenForm.getForm().submit({
56 params: { 56 params: {
57 - id: session.get('id') 57 + id: session.get('id'),
  58 + filename: session.get('in_filenameBase')
58 }, 59 },
59 success: function(form, action) { 60 success: function(form, action) {
60 }, 61 },