mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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
@@ -26,7 +26,6 @@ import { FormEvent, FormErrorEvent } from './../events/index';
|
||||
|
||||
import { WidgetVisibilityService } from './../services/widget-visibility.service';
|
||||
|
||||
declare let dialogPolyfill: any;
|
||||
declare var componentHandler: any;
|
||||
|
||||
/**
|
||||
@@ -118,7 +117,7 @@ export class ActivitiForm implements OnInit, AfterViewChecked, OnChanges {
|
||||
showSaveButton: boolean = true;
|
||||
|
||||
@Input()
|
||||
showDebugButton: boolean = true;
|
||||
showDebugButton: boolean = false;
|
||||
|
||||
@Input()
|
||||
readOnly: boolean = false;
|
||||
|
Reference in New Issue
Block a user