diff -r adad5563603c -r 906a6c7c7943 client/src/constants/actionTypes.js --- a/client/src/constants/actionTypes.js Mon Jul 31 23:18:38 2017 +0200 +++ b/client/src/constants/actionTypes.js Tue Aug 01 12:20:14 2017 +0200 @@ -3,6 +3,7 @@ export const ADD_NOTE = 'ADD_NOTE'; export const DELETE_NOTE = 'DELETE_NOTE'; export const DO_DELETE_NOTE = 'DO_DELETE_NOTE'; +export const DO_DELETE_ALL_NOTE = 'DO_DELETE_ALL_NOTE'; export const UPDATE_NOTE = 'UPDATE_NOTE'; export const RESET_ACTION_NOTE = 'RESET_ACTION_NOTE'; export const LOAD_NOTE = 'LOAD_NOTE'; @@ -11,6 +12,7 @@ export const UPDATE_SESSION = 'UPDATE_SESSION'; export const DELETE_SESSION = 'DELETE_SESSION'; export const DO_DELETE_SESSION = 'DO_DELETE_SESSION'; +export const DO_DELETE_ALL_SESSION = 'DO_DELETE_ALL_SESSION'; export const LOAD_SESSIONS = 'LOAD_SESSIONS'; export const LOAD_SESSION = 'LOAD_SESSION'; export const RESET_ACTION_SESSION = 'RESET_ACTION_SESSION';