adminjs
adminjs copied to clipboard
AdminJS is an admin panel for apps written in node.js
### Contact Details https://discord.com/channels/1134390757755723816/1134399045155180554/1286417341923459103 ### What happened? Please update the documentation for your paid `@adminjs/relations` plugin with the `@adminjs/prisma` adapter. It has a very unclear behavior. In your documentation there...
### Contact Details _No response_ ### What happened? I'm trying to implement something like custom validation in my new action (when creating new record). So, at least I want my...
### Contact Details _No response_ ### What happened? When configuring a field in AdminJS to be visible only in the create action by setting isVisible.create: true and isVisible.edit: false, the...
### Contact Details _No response_ ### What happened? I am using adminjs for my project, but when using the relation between tables together, it works, but how can I customize...
### Contact Details _No response_ ### What happened? Hello, I need some help. I purchased the Relations plugin for AdminJS. Where can I find support for this paid product? Also,...
### Contact Details _No response_ ### What happened? AdminJS is not showing relations for a resource `Event` when using @adminjs/relations. All other resources in the database work as expected and...
### Contact Details [email protected] ### What happened? Iām working with two entities - `Product` and `ProductCategory` - which have a standard many-to-many relationship. Products: ```typescript @Entity({ name: 'products' }) export...
### Contact Details _No response_ ### What happened? Hello, Suddenly the error Component "XXXX" has not been bundled appeared for all of my components. In dev mode it's working properly....
Hi! š Firstly, thanks for your work on this project! š Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. ## Problem Description **Issue:** AdminJS throws...
### Contact Details _No response_ ### What happened? I want to filter for anything. I am connected to Mysql Database. List, Show, Delete works. Sorting works, but when trying to...