[Library | Trunk]: Create a role group button to uppercase
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60303 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
2acf84efbb
commit
a31eddcc2c
|
@ -122,7 +122,7 @@ export class RoleUsersComponent implements OnInit, OnDestroy, OnChanges {
|
|||
openCreateRoleModal() {
|
||||
this.createRoleModal.alertTitle = 'Create group';
|
||||
this.createRoleModal.okButtonLeft = false;
|
||||
this.createRoleModal.okButtonText = 'create';
|
||||
this.createRoleModal.okButtonText = 'Create';
|
||||
this.roleFb = this.fb.group({
|
||||
name: this.fb.control(Session.mapType(this.type, (this.role === 'manager')) + '.' + this.id, Validators.required),
|
||||
description: this.fb.control('', Validators.required)
|
||||
|
|
Loading…
Reference in New Issue