mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 14:15:35 +08:00
Merge pull request #4561 from okriuchykhin/ok_SCI_7363
Fix task access display modal [SCI-7363]
This commit is contained in:
commit
23a8f8fc07
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ json.modal controller.render_to_string(
|
|||
formats: [:html],
|
||||
locals: {
|
||||
experiment: @experiment,
|
||||
users: @project.manually_assigned_users,
|
||||
users: @experiment.users,
|
||||
project_path: project_path(@project)
|
||||
},
|
||||
layout: false
|
||||
|
|
|
@ -6,7 +6,7 @@ json.modal controller.render_to_string(
|
|||
locals: {
|
||||
my_module: @my_module,
|
||||
experiment: @experiment,
|
||||
users: @project.manually_assigned_users
|
||||
users: @my_module.users
|
||||
},
|
||||
layout: false
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue