SoftwareBrothers / adminjs-sequelizejs

Sequelizejs adapter for AdminBro
MIT License
27 stars 34 forks source link

Use equality check to filter enums #30

Closed bakkerthehacker closed 4 years ago

bakkerthehacker commented 4 years ago

Fixes https://github.com/SoftwareBrothers/admin-bro-sequelizejs/issues/19

puntonim commented 4 years ago

Hi @bakkerthehacker, I picked up your PR and added some tests in: https://github.com/SoftwareBrothers/admin-bro-sequelizejs/pull/33

Sorry for "stealing" your work!

wojtek-krysiak commented 4 years ago

@bakkerthehacker - I've merged @puntonim PR because it had tests. But I see that his work was inspired by you, so thank you for that.