adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

AdminJS is an admin panel for apps written in node.js

Results 238 adminjs issues
Sort by recently updated
recently updated
newest added

Is it possible to make field that has url is clickable and open the url in new tab ?

**Describe the bug** Given mongoose schema with one property of type `[Number]` during save returns error `...is required`| **Installed libraries and their versions** * "@adminjs/express": "^5.0.0", * "@adminjs/mongoose": "^3.0.0", *...

**Describe the bug** The login page is trying to render a box that contains a `lineHeight` attribute that is not found in the current version along with other options, and...

**Describe the bug** While installing version 6.0.3 of adminjs, I get a bunch of warnings for unresolved dependencies which are resolved by overriding peer deps: ``` npm WARN ERESOLVE overriding...

**Describe the bug** Seemingly can't get a custom dashboard to work when using `@adminjs/bundler` to generate pre-built JS files **Installed libraries and their versions** * [email protected] * @adminjs/[email protected] ``` return...

**Describe the bug** In the complete code block of the tutorial app you define the actions of the user ressource with two `new` blocks. Like that the second overwrites the...

documentation

I want to change the dashboard like this, what should I do? And I think the slack link is wrong.

Hello. I've created new action with `actionType: 'resource' but I want to intercept the click before go to the page with component. For example I need to collect all the...

**Describe the bug** No typing information is showed on editors when trying to add a new resource to the resource array in the `AdminJS` instance. **Installed libraries and their versions**...