Fix task duplication for experiment table view for User role [SCI-7731] (#4803)

* Fix task duplication for experiment table view for User role [SCI-7731]

* Move created_by for clone batch [SCI-7731]
This commit is contained in:
ajugo 2023-01-12 13:29:44 +01:00 committed by GitHub
parent abaf8d9e07
commit 7f64b22a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -470,6 +470,7 @@ class ExperimentsController < ApplicationController
{
provisioning_status: :in_progress,
name: my_module.next_clone_name,
created_by: current_user,
due_date: nil,
started_on: nil,
completed_on: nil