add custom notification message input fields

This commit is contained in:
Keith Grant
2019-06-03 09:56:27 -07:00
committed by Jim Ladd
parent 2eaf62a62d
commit adf25c61a2
4 changed files with 66 additions and 2 deletions

View File

@@ -269,6 +269,14 @@ export default ['Rest', 'Wait',
"name": $scope.name,
"description": $scope.description,
"organization": $scope.organization,
"messages": $scope.customize_messages ? {
start_message: $scope.start_message,
start_body: $scope.start_body,
success_message: $scope.success_message,
success_body: $scope.success_body,
error_message: $scope.error_message,
error_body: $scope.error_body,
} : null,
"notification_type": v,
"notification_configuration": {}
};