You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/09/16 13:42:59 UTC

[incubator-dlab] branch develop updated: DLAB-1088 fixed bug connected with computational scheduler

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 <bo...@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-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org