This commit is contained in:
Westly Wright 2018-01-23 12:09:55 -07:00
parent bc849a8c46
commit f58a861127
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 0 additions and 1 deletions

View File

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