Skip to content
Snippets Groups Projects
Commit 931bfd72 authored by Maël Madon's avatar Maël Madon
Browse files

fix: submission time incorrect in feedback_user _jobs.csv

parent 3ea72523
Branches
Tags
1 merge request!2Feature "replay with feedback" ready and tested
......@@ -87,6 +87,7 @@ void FeedbackUser::jobs_to_submit(
if (execute_now)
{
job->submission_time = date;
/* Add it to the list of jobs (and profiles, if new) to submit */
jobs.push_back(job);
if (sent_profiles.count(job->profile) == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment