| commit | 4a95fe8d2a7214a6f98170bbf1330ca98e76ba63 | [log] [tgz] |
|---|---|---|
| author | dtheinert <dietmar.theinert@pta.de> | Wed Jul 15 07:01:37 2020 +0200 |
| committer | dtheinert <dietmar.theinert@pta.de> | Wed Jul 15 07:01:37 2020 +0200 |
| tree | 11362b931c705629b29df21a579e442bd3e6e7f2 | |
| parent | 0088f14f1a60325ed03ed5c80f120943c386e93d [diff] |
[SI-736] - show delete button also if status is planned Signed-off-by: dtheinert <dietmar.theinert@pta.de>
diff --git a/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts b/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts index 1509612..5360890 100644 --- a/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts +++ b/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts
@@ -754,6 +754,7 @@ this.showCreatedButton = true; break; case enums.StateEnum.PLANNED: + this.showDeleteButton = true; this.showCreatedButton = true; break; case enums.StateEnum.CREATED: