Is your feature request related to a problem? Please describe.
I need to be able to delete documents!
Describe the solution you'd like
Provide delete capabilities on the main list page and from the view page. The delete should:
switch to a fake alias (i.e. 'system') and call CheckAuthorChangedAsync to remove it from the existing alias. Then it should call HandleTagsAsync with author changed set to false to do the same with tags. Finally, call the delete method on the context.
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
I need to be able to delete documents!
Describe the solution you'd like
Provide delete capabilities on the main list page and from the view page. The delete should:
switch to a fake alias (i.e. 'system') and call
CheckAuthorChangedAsyncto remove it from the existing alias. Then it should callHandleTagsAsyncwith author changed set tofalseto do the same with tags. Finally, call the delete method on the context.Describe alternatives you've considered
N/A
Additional context
N/A