adminjs-typeorm
adminjs-typeorm copied to clipboard
TypeORM adapter for AdminJS
Is there a good reason for this line's logic? I think in many cases primary columns such as those non-auto-generated ones should be editable. https://github.com/SoftwareBrothers/adminjs-typeorm/blob/b1c607624b1cf284892856bfb59012854829ed98/src/Property.ts#L17 "they" are doing it with...
Admin Js types is missing env and I get this type error 
Allows filtering by `bigint`. Was a necessary addition for our team as we use `bigint` instead of `int` for most things.
Using v4.0.0 and adminjs v6.0.0, I'm getting the following error when navigating to localhost:port/admin/login: 
I have 2 entities: `User` and `Follow`, which is manual many-to-many relationship table. Both tables are identified by AdminBro and there are pages for them in navigation panel. But when...
**Describe the bug** I'm using TypeORM, and there's a weird behavior when using an entity with a primary key not named "id". Adding a resource that has a relation to...
Hello folks! I have the following code: ```ts // acount.ts export class Account { id?: number exchangeAccountId: string externalUserId: string apiKey: string apiSecret: string isActive: boolean constructor( exchangeAccountId: string, externalUserId:...
on ver 1.4.0: I followed README and defined @RelationId() on my relation entities - but i cant get any relations to show up in adminbro UI. I can edit resources...
**Describe the bug** In typeorm adapter (maybe its related) there is a 500 error right now when trying to access missing record: http://localhost:3000/admin/resources/Photo/records/5/show?recordIds=5 shows: **Installed libraries and their versions** *...