You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(admin): allow to change approval style for embedded group applications
* Now it is possible to set approval style also for embedded group applications on a subgroup level.
* Toogle was replaced by info text. Previously it was possible to change autoRegistration on an organization level from app detail,
but now we don't want to allow this feature due to subgroup level of autoRegistration.
* Also some little refactor was done for this page.
Copy file name to clipboardExpand all lines: apps/admin-gui/src/app/vos/pages/group-detail-page/group-settings/group-settings-application-form/group-settings-application-form.component.html
Copy file name to clipboardExpand all lines: apps/admin-gui/src/app/vos/pages/group-detail-page/group-settings/group-settings-application-form/group-settings-application-form.component.ts
-38Lines changed: 0 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,7 @@ export class GroupSettingsApplicationFormComponent implements OnInit {
42
42
group: Group;
43
43
editAuth=false;
44
44
createEmptyForm=false;
45
-
voHasEmbeddedGroupApplication=false;
46
45
autoRegistrationEnabled: boolean;
47
-
changeAutoRegistration: boolean;
48
46
refreshApplicationForm=false;
49
47
// to recognize new items in other items' dependencies
50
48
privateidCounter=-1;
@@ -81,7 +79,6 @@ export class GroupSettingsApplicationFormComponent implements OnInit {
0 commit comments