mirror of https://github.com/rancher/ui.git
comment
This commit is contained in:
parent
bc849a8c46
commit
f58a861127
|
|
@ -87,7 +87,6 @@ export default Component.extend({
|
||||||
if (get(this, 'member.customRolesExisting')) {
|
if (get(this, 'member.customRolesExisting')) {
|
||||||
current = get(this, `resource.${get(this, 'pageType')}RoleTemplateBindings`);
|
current = get(this, `resource.${get(this, 'pageType')}RoleTemplateBindings`);
|
||||||
}
|
}
|
||||||
// append roletemplate ids from the modal to the custom field. split that field in the add promise of form-members?
|
|
||||||
get(this,'modalService').toggleModal('modal-add-custom-roles', {
|
get(this,'modalService').toggleModal('modal-add-custom-roles', {
|
||||||
model: get(this, 'member'),
|
model: get(this, 'member'),
|
||||||
roles: get(this, 'roles'),
|
roles: get(this, 'roles'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue