mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 21:55:20 +08:00
Fix read-only experiment access modal display [SCI-8040] (#5118)
This commit is contained in:
parent
cb1c49762a
commit
fcfe8d81cb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
json.modal controller.render_to_string(
|
||||
partial: 'access_permissions/experiments/modals/show_modal',
|
||||
partial: 'access_permissions/modals/show_modal',
|
||||
formats: [:html],
|
||||
locals: {
|
||||
assignable: @experiment,
|
||||
|
|
Loading…
Add table
Reference in a new issue