File tree 4 files changed +2
-5
lines changed
AnalyticsBundle/Resources/config
CaseBundle/Resources/config
MagentoBundle/Resources/config
SalesBundle/Resources/config/oro/workflow/b2b_flow_lead
4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ definitions:
23
23
- ' @create_entity ' :
24
24
class : JMS\JobQueueBundle\Entity\Job
25
25
attribute : $.syncJob
26
- flush : true
27
26
arguments :
28
27
- $.commandName
29
28
- [$.channelArguments]
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ definitions:
69
69
- ' @create_entity ' :
70
70
class : OroCRM\Bundle\CaseBundle\Entity\CaseEntity
71
71
attribute : $.caseEntity
72
- flush : true
72
+ flush : true # flush is required to allow activity handling later
73
73
data :
74
74
owner : $.mailbox.processSettings.owner
75
75
assignedTo : $.mailbox.processSettings.assignTo
Original file line number Diff line number Diff line change @@ -297,7 +297,6 @@ definitions:
297
297
- ' @create_entity ' :
298
298
class : JMS\JobQueueBundle\Entity\Job
299
299
attribute : $.syncJob
300
- flush : true
301
300
arguments :
302
301
- $.commandName
303
302
- [$.channelArguments]
@@ -341,7 +340,6 @@ definitions:
341
340
- ' @create_entity ' :
342
341
class : JMS\JobQueueBundle\Entity\Job
343
342
attribute : $.syncJob
344
- flush : true
345
343
arguments :
346
344
- $.commandName
347
345
- [$.channelArguments]
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ workflows:
162
162
- ' @create_entity ' : # create an opportunity
163
163
class : OroCRM\Bundle\SalesBundle\Entity\Opportunity
164
164
attribute : $.result.opportunity
165
- flush : true
165
+ flush : true # flush is required to build redirect URL later
166
166
data :
167
167
name : $opportunity_name
168
168
contact : $lead.contact
You can’t perform that action at this time.
0 commit comments