sonicjs icon indicating copy to clipboard operation
sonicjs copied to clipboard

Add ability to delete records

Open lane711 opened this issue 1 year ago • 1 comments

Add a delete button to each row of the records table, ie:

Screenshot 2023-08-21 at 1 11 10 PM

A simple javascript alert popup confirmation that says "Delete Forever?" should appear. If user clicks "Ok" then the delete API will be called, passing in the id of the selected record to the delete API found at api/content

once the delete API returns success, the user is redirect to the same record listing page and the deleted record will no longer be visible.

lane711 avatar Aug 21 '23 20:08 lane711

Hi @lane711, I think this ticket is finished, right ?

rhamses avatar Jan 25 '24 19:01 rhamses