From 7173ca9736b0bcd0a413ffea7e729d94b8d805eb Mon Sep 17 00:00:00 2001 From: Nevio Di Gennaro Date: Tue, 10 Dec 2024 11:40:06 +0100 Subject: [PATCH] remove the this from all variables/functions inside templates because its deprecated --- .../action-plan/action-plan.component.html | 2 +- .../application-top-bar.component.html | 11 ++--------- .../check-in-form/check-in-form.component.html | 2 +- .../keyresult-dialog.component.html | 2 +- .../components/overview/overview.component.html | 2 +- .../team-filter/team-filter.component.html | 2 +- .../okr-tangram/okr-tangram.component.html | 2 +- .../confirm-dialog/confirm-dialog.component.html | 16 ++++++++-------- .../objective-form.component.html | 2 +- .../delete-user/delete-user.component.html | 2 +- 10 files changed, 18 insertions(+), 25 deletions(-) diff --git a/frontend/src/app/components/action-plan/action-plan.component.html b/frontend/src/app/components/action-plan/action-plan.component.html index 68388cea32..b753bf3b22 100644 --- a/frontend/src/app/components/action-plan/action-plan.component.html +++ b/frontend/src/app/components/action-plan/action-plan.component.html @@ -24,7 +24,7 @@ (keydown.arrowDown)="handleKeyDown($event, i)" (keydown.arrowUp)="handleKeyDown($event, i)" (focusin)="activeItem = i" - (input)="updateActionTexts(this.control.value!)" + (input)="updateActionTexts(control.value!)" class="action-input" [value]="action.action" [attr.data-testId]="'actionInput'" diff --git a/frontend/src/app/components/application-top-bar/application-top-bar.component.html b/frontend/src/app/components/application-top-bar/application-top-bar.component.html index 4d764f97ea..024dc58fc3 100644 --- a/frontend/src/app/components/application-top-bar/application-top-bar.component.html +++ b/frontend/src/app/components/application-top-bar/application-top-bar.component.html @@ -1,14 +1,7 @@
- okr-logo + okr-logo
-
+
diff --git a/frontend/src/app/components/overview/overview.component.html b/frontend/src/app/components/overview/overview.component.html index 7103ade284..e56d87ded4 100644 --- a/frontend/src/app/components/overview/overview.component.html +++ b/frontend/src/app/components/overview/overview.component.html @@ -7,7 +7,7 @@

Kein Team ausgewählt

- +
diff --git a/frontend/src/app/components/team-filter/team-filter.component.html b/frontend/src/app/components/team-filter/team-filter.component.html index 25c9aa1bcc..2ad52e435f 100644 --- a/frontend/src/app/components/team-filter/team-filter.component.html +++ b/frontend/src/app/components/team-filter/team-filter.component.html @@ -2,7 +2,7 @@