This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new e469a02  DLAB-1088 fixed bug connected with computational scheduler
e469a02 is described below

commit e469a02980307b8abb5df39df79ed26e06afc833
Author: bhliva <bohdan_hl...@epam.com>
AuthorDate: Mon Sep 16 16:42:50 2019 +0300

    DLAB-1088 fixed bug connected with computational scheduler
---
 .../resources/webapp/src/app/resources/scheduler/scheduler.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/scheduler/scheduler.component.ts
 
b/services/self-service/src/main/resources/webapp/src/app/resources/scheduler/scheduler.component.ts
index 1837e41..d3b4d06 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/scheduler/scheduler.component.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/scheduler/scheduler.component.ts
@@ -256,7 +256,7 @@ export class SchedulerComponent implements OnInit {
   }
 
   private setScheduleByInactivity() {
-    const data = { check_inactivity_required: this.enableIdleTime, 
max_inactivity: this.schedulerForm.controls.inactivityTime.value };
+    const data = {sync_start_required : this.parentInherit, 
check_inactivity_required: this.enableIdleTime, max_inactivity: 
this.schedulerForm.controls.inactivityTime.value };
     (this.destination.type === 'СOMPUTATIONAL')
       ? this.setInactivity(this.notebook.name, data, 
this.destination.computational_name)
       : this.setInactivity(this.notebook.name, {...data, consider_inactivity: 
this.considerInactivity});


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to