[chronojump] Sprint, ForceSensor, RaceAnalyzer group export add session name in file



commit 7bb72ea20712b42317e0fdb6bea86b69b02ec5e7
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Aug 21 12:59:01 2021 +0200

    Sprint, ForceSensor, RaceAnalyzer group export add session name in file

 src/gui/app1/encoder.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/app1/encoder.cs b/src/gui/app1/encoder.cs
index 5e34e34ea..2a658e24e 100644
--- a/src/gui/app1/encoder.cs
+++ b/src/gui/app1/encoder.cs
@@ -2175,7 +2175,7 @@ public partial class ChronoJumpWindow
                                checkFileOp == 
Constants.CheckFileOp.RUNS_SPRINT_EXPORT_GROUPAL_CURRENT_SESSION_NO_IMAGES ||
                                checkFileOp == 
Constants.CheckFileOp.FORCESENSOR_EXPORT_GROUPAL_CURRENT_SESSION_NO_IMAGES ||
                                checkFileOp == 
Constants.CheckFileOp.RUNENCODER_EXPORT_GROUPAL_CURRENT_SESSION_NO_IMAGES )
-                       nameString = currentSession.DateShortAsSQL;
+                       nameString = currentSession.Name + "_" + currentSession.DateShortAsSQL;
 
                //on encoder analyze save image, show analysis on filename
                if(
@@ -2508,7 +2508,7 @@ public partial class ChronoJumpWindow
                                checkFileOp == 
Constants.CheckFileOp.RUNS_SPRINT_EXPORT_GROUPAL_CURRENT_SESSION_YES_IMAGES ||
                                checkFileOp == 
Constants.CheckFileOp.FORCESENSOR_EXPORT_GROUPAL_CURRENT_SESSION_YES_IMAGES ||
                                checkFileOp == 
Constants.CheckFileOp.RUNENCODER_EXPORT_GROUPAL_CURRENT_SESSION_YES_IMAGES)
-                       nameString = currentSession.DateShortAsSQL;
+                       nameString = currentSession.Name + "_" + currentSession.DateShortAsSQL;
 
                if(
                                checkFileOp == 
Constants.CheckFileOp.RUNS_SPRINT_EXPORT_INDIVIDUAL_CURRENT_SESSION_YES_IMAGES ||


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]