Skip to content

Commit

Permalink
Merge branch 'set-workflow-application' of https://github.com/gplanch…
Browse files Browse the repository at this point in the history
…at/marello-dev into gplanchat-set-workflow-application

Conflicts:
src/Marello/Bundle/PurchaseOrderBundle/Resources/config/oro/workflows.yml
  • Loading branch information
24198 committed May 11, 2018
2 parents 167052f + fe79417 commit 80b064b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ workflows:
defaults:
active: true

applications: ['marello']

attributes:
payment_reference:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ workflows:
defaults:
active: true

applications: ['marello']

attributes:
received_items:
type: entity
Expand Down Expand Up @@ -71,4 +73,4 @@ workflows:
entity: $po
- @marello_purchase_order_transit_complete_action:
entity: $po
cancel_purchase_order_definition: ~
cancel_purchase_order_definition: ~
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ workflows:
defaults:
active: true

applications: ['marello']

steps:
pending:
allowed_transitions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ workflows:
defaults:
active: true

applications: ['marello']

steps:
pending:
allowed_transitions:
Expand Down

0 comments on commit 80b064b

Please sign in to comment.