#1308 - fix test for PR

This commit is contained in:
Vito Albano
2016-12-19 19:16:59 +00:00
parent 8e707e7d9b
commit 21d716c8a9
3 changed files with 6 additions and 7 deletions

View File

@@ -39,8 +39,7 @@ import { WidgetVisibilityService } from './../services/widget-visibility.servic
*
* @Input
* {processDefinitionId} string: The process definition ID
* {showOutcomeButtons} boolean: Whether form outcome buttons should be shown, as yet these don't do anything so this
* is false by default
* {showOutcomeButtons} boolean: Whether form outcome buttons should be shown, this is now always active to show form outcomes
* @Output
* {formLoaded} EventEmitter - This event is fired when the form is loaded, it pass all the value in the form.
* {formSaved} EventEmitter - This event is fired when the form is saved, it pass all the value in the form.