Skip to content

Commit

Permalink
[ML] Removing calendars from job when cloning (#22667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Sep 4, 2018
1 parent 85bee36 commit 6c89613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/ml/public/services/job_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ class JobService {
delete tempJob.model_snapshot_id;
delete tempJob.open_time;
delete tempJob.established_model_memory;
delete tempJob.calendars;

delete tempJob.analysis_config.use_per_partition_normalization;

Expand Down

0 comments on commit 6c89613

Please sign in to comment.