diff --git a/lib/shared/addon/components/project-member-row/component.js b/lib/shared/addon/components/project-member-row/component.js index 51cf801e6..92cb58167 100644 --- a/lib/shared/addon/components/project-member-row/component.js +++ b/lib/shared/addon/components/project-member-row/component.js @@ -87,7 +87,6 @@ export default Component.extend({ if (get(this, 'member.customRolesExisting')) { 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', { model: get(this, 'member'), roles: get(this, 'roles'),