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 @@ -293,7 +293,6 @@ definitions:
293
293
- ' @create_entity ' :
294
294
class : JMS\JobQueueBundle\Entity\Job
295
295
attribute : $.syncJob
296
- flush : true
297
296
arguments :
298
297
- $.commandName
299
298
- [$.channelArguments]
@@ -337,7 +336,6 @@ definitions:
337
336
- ' @create_entity ' :
338
337
class : JMS\JobQueueBundle\Entity\Job
339
338
attribute : $.syncJob
340
- flush : true
341
339
arguments :
342
340
- $.commandName
343
341
- [$.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