You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be done by:
-Backspace / delete key in the files tree
-Edit -> Delete (operates on selected file in files tree)
-Delete button at top of files tree?
(in order of importance).
All 3 should point to 1 function. The function should always present a modal confirm, then do the operation.
delete operation to be called 'removeOperation' in operationController.js in serverside.
Should be done by:
-Backspace / delete key in the files tree
-Edit -> Delete (operates on selected file in files tree)
-Delete button at top of files tree?
(in order of importance).
All 3 should point to 1 function. The function should always present a modal confirm, then do the operation.
delete operation to be called 'removeOperation' in operationController.js in serverside.