adminjs
adminjs copied to clipboard
AdminJS is an admin panel for apps written in node.js
**Describe the bug** I tried to install the latest adminjs to an existing nestjs project using and on an empty express project On both instances when I do `npm install...
**Describe the bug** 1) UI bug - placeholder and selected value in dropdown is shifted up: 2) after applying by clicking on "Apply changes" button - list is filtered and...
**Describe the problem feature solves** On the list view, I would like to allow people to reorder items via drag and drop. This currently is not supported. **Describe the solution...
This allows us to specify which environment our application is on. It felt like a good idea to make this generic and upstream the work rather than making a custom...
**Describe the problem feature solves** When developing custom React components in adminjs applications, I constantly need to refresh the browser to see my changes. It would be nice if there...
**Describe the bug** Getting a UI error "please fill out this field", coming from the browsers' native html form validation. That field has a default value in the schema: ```...
**Describe the bug** Rest API All requests redirect, even when passing auth: ``` $ curl http://localhost:8002/admin/api/resources/Users/records/6353a5c5c88b2dfadeb6ba27/login -u [email protected]:1234 Found. Redirecting to /admin/login ``` API Client Inside a cypress e2e test,...
**Describe the bug** Creating a resource of `type: 'mixed', isArray: true, isDraggable: true` results in an `Object` rather than an `Array` when editing an entry and combined with the `uploadFeature`....
create connector to adminjs-solr like node-solr **Describe the solution you'd like** integrate solr with adminjs for every record added to do DB I want to have option to index this...
The user gets Stuck on b/w "Edit" and "Show" Screen when the User taps on the Back button from Edit Screen in the admin js * [email protected] * @adminjs/[email protected] *...