@@ -673,7 +673,6 @@ export const fetchAssets = createAppAsyncThunk('eventDetails/fetchAssets', async
673673 type : "warning" ,
674674 key : "ACTIVE_TRANSACTION" ,
675675 duration : - 1 ,
676- parameter : undefined ,
677676 context : NOTIFICATION_CONTEXT
678677 } )
679678 ) ;
@@ -1142,7 +1141,6 @@ export const saveSchedulingInfo = createAppAsyncThunk('eventDetails/saveScheduli
11421141 addNotification ( {
11431142 type : "error" ,
11441143 key : "EVENTS_NOT_UPDATED" ,
1145- parameter : undefined ,
11461144 context : NOTIFICATION_CONTEXT
11471145 } )
11481146 ) ;
@@ -1172,7 +1170,6 @@ if (endDate < now) {
11721170 type : "error" ,
11731171 key : "CONFLICT_IN_THE_PAST" ,
11741172 duration : - 1 ,
1175- parameter : undefined ,
11761173 context : NOTIFICATION_CONTEXT
11771174 } )
11781175 ) ;
@@ -1203,7 +1200,6 @@ if (endDate < now) {
12031200 type : "error" ,
12041201 key : "CONFLICT_DETECTED" ,
12051202 duration : - 1 ,
1206- parameter : undefined ,
12071203 context : NOTIFICATION_CONTEXT
12081204 } )
12091205 ) ;
@@ -1234,7 +1230,6 @@ if (endDate < now) {
12341230 type : "error" ,
12351231 key : "CONFLICT_DETECTED" ,
12361232 duration : - 1 ,
1237- parameter : undefined ,
12381233 context : NOTIFICATION_CONTEXT
12391234 } )
12401235 ) ;
@@ -1339,7 +1334,6 @@ export const performWorkflowAction = createAppAsyncThunk('eventDetails/performWo
13391334 type : "success" ,
13401335 key : "EVENTS_PROCESSING_ACTION_" + action ,
13411336 duration : - 1 ,
1342- parameter : undefined ,
13431337 context : NOTIFICATION_CONTEXT
13441338 } )
13451339 ) ;
@@ -1351,7 +1345,6 @@ export const performWorkflowAction = createAppAsyncThunk('eventDetails/performWo
13511345 type : "error" ,
13521346 key : "EVENTS_PROCESSING_ACTION_NOT_" + action ,
13531347 duration : - 1 ,
1354- parameter : undefined ,
13551348 context : NOTIFICATION_CONTEXT
13561349 } )
13571350 ) ;
@@ -1373,7 +1366,6 @@ export const deleteWorkflow = createAppAsyncThunk('eventDetails/deleteWorkflow',
13731366 type : "success" ,
13741367 key : "EVENTS_PROCESSING_DELETE_WORKFLOW" ,
13751368 duration : - 1 ,
1376- parameter : undefined ,
13771369 context : NOTIFICATION_CONTEXT
13781370 } )
13791371 ) ;
@@ -1393,7 +1385,6 @@ export const deleteWorkflow = createAppAsyncThunk('eventDetails/deleteWorkflow',
13931385 type : "error" ,
13941386 key : "EVENTS_PROCESSING_DELETE_WORKFLOW_FAILED" ,
13951387 duration : - 1 ,
1396- parameter : undefined ,
13971388 context : NOTIFICATION_CONTEXT
13981389 } )
13991390 ) ;
@@ -1664,7 +1655,6 @@ export const updateAssets = createAppAsyncThunk('eventDetails/updateAssets', asy
16641655 addNotification ( {
16651656 type : "success" ,
16661657 key : "EVENTS_UPDATED" ,
1667- parameter : undefined ,
16681658 context : NOTIFICATION_CONTEXT
16691659 } )
16701660 ) ;
@@ -1675,7 +1665,6 @@ export const updateAssets = createAppAsyncThunk('eventDetails/updateAssets', asy
16751665 addNotification ( {
16761666 type : "error" ,
16771667 key : "EVENTS_NOT_UPDATED" ,
1678- parameter : undefined ,
16791668 context : NOTIFICATION_CONTEXT
16801669 } )
16811670 ) ;
@@ -1703,7 +1692,6 @@ export const saveAccessPolicies = createAppAsyncThunk('eventDetails/saveAccessPo
17031692 type : "info" ,
17041693 key : "SAVED_ACL_RULES" ,
17051694 duration : - 1 ,
1706- parameter : undefined ,
17071695 context : NOTIFICATION_CONTEXT
17081696 } )
17091697 ) ;
@@ -1716,7 +1704,6 @@ export const saveAccessPolicies = createAppAsyncThunk('eventDetails/saveAccessPo
17161704 type : "error" ,
17171705 key : "ACL_NOT_SAVED" ,
17181706 duration : - 1 ,
1719- parameter : undefined ,
17201707 context : NOTIFICATION_CONTEXT
17211708 } )
17221709 ) ;
@@ -1804,7 +1791,6 @@ export const saveWorkflowConfig = createAppAsyncThunk('eventDetails/saveWorkflow
18041791 type : "error" ,
18051792 key : "EVENTS_NOT_UPDATED" ,
18061793 duration : - 1 ,
1807- parameter : undefined ,
18081794 context : NOTIFICATION_CONTEXT
18091795 } )
18101796 ) ;
0 commit comments