mongoose-slug-plugin icon indicating copy to clipboard operation
mongoose-slug-plugin copied to clipboard

Support common paranoid libraries

Open niftylettuce opened this issue 7 years ago • 1 comments

e.g. https://github.com/euqen/mongoose-paranoid-plugin/issues/6

niftylettuce avatar Sep 08 '18 21:09 niftylettuce

I saw an issue today related to mongoose-delete

If there is a unique key on the slug, and the most recent record with the desired slug was deleted, there is a conflict.

Workaround is to update the slug before deleting to insure uniqueness.

KClough avatar Mar 28 '24 20:03 KClough