diff --git a/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.html b/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.html index 1c203ee..2111b27 100644 --- a/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.html +++ b/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.html @@ -1,4 +1,4 @@ -

Crear Tarea

+

{{ editing ? 'Editar Tarea' : 'Crear Tarea' }}

diff --git a/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.ts b/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.ts index d0b9a71..4ef8e3a 100644 --- a/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.ts +++ b/ogWebconsole/src/app/components/commands/commands-task/create-task/create-task.component.ts @@ -48,6 +48,8 @@ export class CreateTaskComponent implements OnInit { this.editing = true; this.loadTaskData(this.data.task); } + + console.log(this.data); } loadCommandGroups(): void {