mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 08:57:41 +08:00
Add missing protocol default user role view [SCI-7978]
This commit is contained in:
parent
7357782144
commit
3686844dac
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
json.form controller.render_to_string(
|
||||||
|
partial: 'access_permissions/partials/default_public_user_role_form',
|
||||||
|
formats: [:html],
|
||||||
|
locals: {
|
||||||
|
assignable: @protocol,
|
||||||
|
editable: true
|
||||||
|
},
|
||||||
|
layout: false
|
||||||
|
)
|
Loading…
Reference in a new issue