mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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
This commit is contained in:
committed by
Mario Romano
parent
1dd283b0d8
commit
dad7a575f7
@@ -63,6 +63,7 @@
|
||||
</div>
|
||||
<div class="mdl-cell mdl-cell--7-col task-column mdl-shadow--2dp">
|
||||
<activiti-task-details #activitidetails
|
||||
[debugMode]="true"
|
||||
[taskId]="currentTaskId"
|
||||
(formCompleted)="onFormCompleted($event)"
|
||||
(formContentClicked)="onFormContentClick($event)"
|
||||
|
Reference in New Issue
Block a user