@@ -71,12 +71,6 @@ const AppActions = Object.assign({}, BaseAppActions, {
7171 env,
7272 } )
7373 } ,
74- deleteInvite ( id ) {
75- Dispatcher . handleViewAction ( {
76- actionType : Actions . DELETE_INVITE ,
77- id,
78- } )
79- } ,
8074 deleteOrganisation ( ) {
8175 Dispatcher . handleViewAction ( {
8276 actionType : Actions . DELETE_ORGANISATION ,
@@ -225,12 +219,6 @@ const AppActions = Object.assign({}, BaseAppActions, {
225219 link,
226220 } )
227221 } ,
228- migrateProject ( projectId ) {
229- Dispatcher . handleViewAction ( {
230- actionType : Actions . MIGRATE_PROJECT ,
231- projectId,
232- } )
233- } ,
234222 oauthLogin ( oauthType , data ) {
235223 Dispatcher . handleViewAction ( {
236224 actionType : Actions . OAUTH ,
@@ -260,40 +248,18 @@ const AppActions = Object.assign({}, BaseAppActions, {
260248 identityFlag,
261249 } )
262250 } ,
263- resendInvite ( id ) {
264- Dispatcher . handleViewAction ( {
265- actionType : Actions . RESEND_INVITE ,
266- id,
267- } )
268- } ,
269251 resetPassword ( data ) {
270252 Dispatcher . handleViewAction ( {
271253 actionType : Actions . RESET_PASSWORD ,
272254 ...data ,
273255 } )
274256 } ,
275- saveEnv ( name ) {
276- Dispatcher . handleViewAction ( {
277- actionType : Actions . EDIT_ENVIRONMENT ,
278- name,
279- } )
280- } ,
281257 selectOrganisation ( id ) {
282258 Dispatcher . handleViewAction ( {
283259 actionType : Actions . SELECT_ORGANISATION ,
284260 id,
285261 } )
286262 } ,
287- toggleFlag ( index , environments , comment , environmentFlags , projectFlags ) {
288- Dispatcher . handleViewAction ( {
289- actionType : Actions . TOGGLE_FLAG ,
290- comment,
291- environmentFlags,
292- environments,
293- index,
294- projectFlags,
295- } )
296- } ,
297263 toggleUserFlag ( params ) {
298264 Dispatcher . handleViewAction ( {
299265 actionType : Actions . TOGGLE_USER_FLAG ,
0 commit comments