Commit eb8f6083 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

v1.2 release

parent 69edbcec
#Changelog
## [1.2] - 2018-08-11
### Fixed
- BS :: job registering with no token bug
## [UR] - 2018-07-10
### Added
- TRIGGER :: nbudp
......
......@@ -65,9 +65,7 @@ JobManager.prototype.setJob = function (prm,cb)
var vo = prm.vo || "";
if(JUtils.validate(job)){
if(prm.vo){
job._vo = prm.vo;
}
job._vo = vo;
self.job_registry.setJob(job.job_id,job);
if(job.trigger){
self.trigger_registry.setByJob(job,cb);
......
{
"version":"1.2",
"build":"201807101500"
"build":"201808021100"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment