From dad7a575f72a78ec0d9c44b4e7d8ac54e72796f7 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 24 Apr 2017 12:11:47 +0100 Subject: [PATCH] disable debug button by default (#1836) - debug button is now disabled by default for the Form and Task Details - debug mode now enabled by the demo shell explicitly --- .../app/components/activiti/activiti-demo.component.html | 1 + .../src/components/activiti-form.component.ts | 3 +-- .../src/components/activiti-task-details.component.html | 1 + .../src/components/activiti-task-details.component.ts | 3 +++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html index 02fb62df21..e831c6d01f 100644 --- a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html +++ b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html @@ -63,6 +63,7 @@