You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn/Infrastructure/Helpers/BackendConfigurationTaskTrackerHelper.cs
+21-14Lines changed: 21 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -75,10 +75,10 @@ public static async Task<OperationDataResult<List<TaskTrackerModel>>> Index(
75
75
.ToListAsync();
76
76
77
77
78
-
varnewDate=DateTime.Now;
78
+
// var newDate = DateTime.Now;
79
79
// var currentDate = new DateTime(newDate.Year, newDate.Month, newDate.Day, 0, 0, 0);
80
80
// var endDate = currentDate.AddDays(28);
81
-
varweeks=newList<TaskTrackerWeeksListModel>();
81
+
// var weeks = new List<TaskTrackerWeeksListModel>();
82
82
// var localCurrentDate = currentDate;
83
83
// while (localCurrentDate < endDate) // get week numbers
84
84
// {
@@ -142,6 +142,25 @@ public static async Task<OperationDataResult<List<TaskTrackerModel>>> Index(
0 commit comments