Rafał Dzięgielewski

Results 7 issues of Rafał Dzięgielewski

This is a thread to aggregate all questions/feedback/urgent bugs/discussions related to the recently released version 7. Feel free to share your ideas or let us know about any issues you're...

There are too many tests failing randomly due to mocha's async function resolution errors even though these functions work.

bug

We were unable to find some types by importing them from `@prisma/client`, examples: https://github.com/SoftwareBrothers/adminjs-prisma/blob/main/src/types.ts#L4 https://github.com/SoftwareBrothers/adminjs-prisma/blob/main/src/Resource.ts#L30 Find out if there are generic types for model functions and if there's a built-in...

enhancement

Ideally, we would like to be able to validate forms like we do in other adapters: - Sequelize allows to define validators on field level in model specification - TypeORM...

enhancement

Fixes issue related to https://github.com/SoftwareBrothers/adminjs/issues/1691 @AshotN this fixes a bug where date values were rendered as `NaN-NaN-NaN` if backend returned an ISO string instead of a simple date string while...