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

**Describe the problem feature solves** From UI perspective back button is not equal to cancel button. User might be confused what behavior to expect when clicking back button. Optional cancel...

enhancement

**Describe the problem feature solves** Debugging state problems with custom components/views via Redux DevTools. **Describe the solution you'd like** Add a flag to `AdminBroOptions` to enable debug mode that turns...

enhancement

**Describe the problem feature solves** Support for https://knexjs.org/ on top of Sequilize and TypeORM. https://bookshelfjs.org/ runs on top of Knex and provides ORM capabilities. **Describe the solution you'd like** Ability...

enhancement
big

TLDR: Is there anything like mongoose `.projection()` ? Is there any way to `project` or `select` fields to return in the API? Right now it returns all fields available in...

enhancement

**Describe the problem feature solves** It's not possible to set query params, e.g., page, per page, when making a request for resources when using the hook in a custom component....

enhancement

**Describe the problem feature solves** It's no way to pass to notice message content like ```javascript `Created new pages at ${LINK_HEADER}` ``` **Describe the solution you'd like** Change message content...

enhancement

As we can see [here](https://adminbro.com/Action.html#ActionRequest) , documentation for ActionRequest states that, on a bulkDelete action, selected record ids are stored in " request.params.recordIds " However, selected record ids are stored...

bug
documentation

Right now many to one relationship is handled that way: property which is a foreignKey gets type "reference" and system tries to use this propety to find relation by primeryKey....

enhancement
normal

**Describe the bug** After some hours of having adminjs express server running in my ubuntu server it stops working with the following error: ``` Error: bad content-type header, unknown content-type:...

**Describe the bug** When adding a description to a property so the tooltip can be displayed in the edit page, all special characters are removed (even using html code), all...