Add ability to fully delete items from the DB
This commit is contained in:
@@ -108,6 +108,7 @@ public partial class ItemViewModel :
|
||||
Publisher.Publish(Notify.As(Factory.Create<ItemCommandHeaderCollection>(new List<IDisposable>
|
||||
{
|
||||
Factory.Create<UnarchiveItemActionViewModel>(),
|
||||
Factory.Create<DeleteItemActionViewModel>(),
|
||||
})));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user