File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/routes/copilotOpportunity Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ workflows:
149
149
context : org-global
150
150
filters :
151
151
branches :
152
- only : ['develop', 'migration-setup', 'pm-1650_1 ']
152
+ only : ['develop', 'migration-setup', 'pm-1611_1 ']
153
153
- deployProd :
154
154
context : org-global
155
155
filters :
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ module.exports = [
45
45
const requestData = copilotRequest . data ;
46
46
createEvent ( emailEventType , {
47
47
data : {
48
- opportunity_details_url : `${ copilotPortalUrl } /opportunity` ,
48
+ opportunity_details_url : copilotPortalUrl ,
49
+ work_manager_url : config . get ( 'workManagerUrl' ) ,
49
50
opportunity_title : requestData . opportunityTitle ,
50
51
user_name : user ? user . handle : "" ,
51
52
} ,
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ module.exports = [
33
33
const requestData = copilotRequest . data ;
34
34
createEvent ( emailEventType , {
35
35
data : {
36
- opportunity_details_url : `${ copilotPortalUrl } /opportunity` ,
36
+ opportunity_details_url : copilotPortalUrl ,
37
+ work_manager_url : config . get ( 'workManagerUrl' ) ,
37
38
opportunity_title : requestData . opportunityTitle ,
38
39
user_name : user ? user . handle : "" ,
39
40
} ,
You can’t perform that action at this time.
0 commit comments