isobar-nz / silverstripe-catalogmanager

Catalog administration via a LeftAndMain like interface. Lets you create and edit pages outside of the site tree
36 stars 26 forks source link

Delete pages via ModelAdmin sets them as draft #42

Open sanderha opened 8 years ago

sanderha commented 8 years ago

When clicking the delete button in the ModelAdmin gridfield, it doesnt really delete the page, but sets it as draft. Any idea on how to completely delete it?

stevie-mayhew commented 8 years ago

Are you using a ModelAdmin or a CatalogAdmin @Sanderha ?

sanderha commented 8 years ago

Im using CatalogAdmin as described in the docs

stevie-mayhew commented 8 years ago

Hey @Sanderha - I'm unable to replicate this.

Can you give me some code snippets of your model, catalog admin and YML config applying the CatalogExtension? :)