adminjs-typeorm
adminjs-typeorm copied to clipboard
support for soft-deleted record listing
if the resource has the boolean option "withDeleted" : true, it should list deleted record, and moreover, if it is foreign-key of some other resource, it should be populated in the listing, in order to work with filters.