FIX: reset the print stage before job started
jira: [STUDIO-10862] Change-Id: I8aadc0835393a92d5e4ba45d6fbaee30fc6c72ee
This commit is contained in:
parent
0cb04b4d26
commit
b9ab0a2456
|
@ -53,6 +53,8 @@ void PrintJob::prepare()
|
||||||
BOOST_LOG_TRIVIAL(trace) << "sned_job: check_access_code_path = " << check_access_code_path;
|
BOOST_LOG_TRIVIAL(trace) << "sned_job: check_access_code_path = " << check_access_code_path;
|
||||||
job_data._temp_path = fs::path(check_access_code_path);
|
job_data._temp_path = fs::path(check_access_code_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_print_stage = BBL::SendingPrintJobStage::PrintingStageLimit;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJob::on_exception(const std::exception_ptr &eptr)
|
void PrintJob::on_exception(const std::exception_ptr &eptr)
|
||||||
|
|
Loading…
Reference in New Issue