Add missing protocol default user role view [SCI-7978]

This commit is contained in:
Martin Artnik 2023-02-24 18:28:19 +01:00
parent 7357782144
commit 3686844dac

View file

@ -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
)