Skip to content

Commit 0fbca24

Browse files
Copilotrenemadsen
andcommitted
Revert appendTo="body" additions from modal components
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent 408d1a0 commit 0fbca24

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

eform-client/src/app/modules/advanced/modules/navigation-menu/components/menu-custom/navigation-menu-custom-dropdown/navigation-menu-custom-dropdown.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ <h3 mat-dialog-title>{{'New dropdown' | translate}}</h3>
44
<mat-label>{{'Security groups' | translate}}</mat-label>
55
<mtx-select
66
dropdownPosition="bottom"
7-
appendTo="body"
87
[(ngModel)]="customDropdownModel.securityGroupsIds"
98
[bindValue]="'id'"
109
[bindLabel]="'name'"

eform-client/src/app/modules/advanced/modules/navigation-menu/components/menu-custom/navigation-menu-custom-link/navigation-menu-custom-link.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ <h3 mat-dialog-title>{{ 'New custom link' | translate }}</h3>
55
<mat-label>{{ 'Security groups' | translate }}</mat-label>
66
<mtx-select
77
dropdownPosition="bottom"
8-
appendTo="body"
98
[(ngModel)]="customLinkModel.securityGroupsIds"
109
[bindValue]="'id'"
1110
[bindLabel]="'name'"

eform-client/src/app/modules/advanced/modules/navigation-menu/components/menu-item/navigation-menu-item-edit/navigation-menu-item-edit.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ <h3 mat-dialog-title>{{'Edit menu entry' | translate}}</h3>
55
<mat-label>{{'Security groups' | translate}}</mat-label>
66
<mtx-select
77
dropdownPosition="bottom"
8-
appendTo="body"
98
[(ngModel)]="item.securityGroupsIds"
109
[bindValue]="'id'"
1110
[bindLabel]="'name'"

eform-client/src/app/modules/eforms/components/eform-create-modal/eform-create-modal.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ <h3 mat-dialog-title>{{ 'Create eForm' | translate }}</h3>
77
<mtx-select
88
class="custom"
99
dropdownPosition="bottom"
10-
appendTo="body"
1110
[(ngModel)]="eFormCreateModel.tagIds"
1211
[bindValue]="'id'"
1312
[bindLabel]="'name'"

eform-client/src/app/modules/eforms/eform-visual-editor/components/eform-visual-editor-elements/field/visual-editor-field-modal/visual-editor-field-modal.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ <h3 mat-dialog-title>{{ (isFieldSelected ? 'Edit field' : 'New field') | transla
1414
<mtx-select
1515
class="custom"
1616
dropdownPosition="bottom"
17-
appendTo="body"
1817
[clearable]="false"
1918
[bindLabel]="'name'"
2019
[bindValue]="'id'"

0 commit comments

Comments
 (0)