admin-on-rest Questions

6

I want to access index of simpleFormIterator. How can I do that? I have a code something like that I'm trying to access it in the SelectInput component <ArrayInput source='services'> &...
Turnspit asked 8/6, 2018 at 8:29

4

I am setting up admin on rest, and now I am getting this error when I try to fetch data, even though I receive all the data needed from the server: The Content-Range header is missing in the HTTP ...

4

Solved

I'm creating admin ui based on react-admin and currently searching for a solution to hide the refresh button from the AppBar. Disabling export button was trivial (exporter={false}). Is there anyth...
Bender asked 15/8, 2019 at 14:10

5

Solved

on-rest my project was working great untill I delete my node_modules file and try to re-install npm package. I am getting this error ./node_modules/react-event-listener/dist/react-event-listener...
Contradistinction asked 4/8, 2018 at 13:28

3

Solved

In a react-admin SimpleForm component validation is working fine when I click the save button. The field that is required is highlighted and marked red when I click the save button. I'd like to ad...
Dahlia asked 18/6, 2018 at 14:6

2

I'm using admin-on-rest but getting an error when trying to connect to github api Error: The X-Total-Count header is missing in the HTTP Response. The jsonServer REST client expects responses for...
Pestilential asked 1/5, 2018 at 20:58

4

Problem If I select a date in a <DateInput>, the datetime is in the user's timezone (e.g. 2017-07-01T00:00:00.000+02:00) but when it's sent to the server, it's transformed to UTC and thus en...
Cranial asked 5/7, 2017 at 10:34

2

React-admin's Resource component maps name prop value to an endpoint. E.g. to access data from . http://example.com/abc, your Resource component looks like this: <Resource name='abc'/> Wh...
Photoengraving asked 18/5, 2018 at 15:19

2

Solved

Is there any way to use a different reference field (other than id) for a ReferenceInput? For example: I have a languages resource, which I want to populate using a language_code field.Note, I don...
Stillman asked 25/6, 2018 at 10:46

3

Solved

I want to use a image to be put in as background image of login page in react-admin how can I do this ? P.S: I'm using TypeScript
Luster asked 20/6, 2018 at 11:16

1

Solved

I am trying to embed React Admin (RA) into an existing React-Redux application and following the documentation here: https://marmelab.com/react-admin/CustomApp.html While I have managed to success...
Sacrilegious asked 19/3, 2019 at 8:35

1

How can I show validation messages after failed form submit? API request returns HTTP 400 'application/problem+json' response and contains violations as a list with field path. https://www.rfc-edit...
Waterish asked 25/5, 2017 at 22:1

2

I'm trying to implement Sub-menu (nested menu). It's worth to mention that I'm using hydra component and don't have previous experience with redux (started learning it a few days ago because of th...
Cordellcorder asked 20/9, 2018 at 8:42

7

Solved

I am trying to get a list to refresh after a custom action was successfully executed. i used the saga from the admin on rest tutorial function * actionApproveSuccess () { yield put(showNotificat...
Solidary asked 4/4, 2017 at 16:19

1

Consider a case where I have a functional JSON backend, and the admin-on-rest resources company, user and company_user. The data is as follows company id name address ...etc. user id name p...
Porush asked 28/11, 2017 at 11:53

0

I am using admin-on-rest. I want to build file upload functionality using simpleform component of admin-on-rest framework. For this, I want to pass enctype="multipart/form-data" to form. I am no...
Priam asked 4/1, 2018 at 13:57

1

Solved

I am using admin-on-rest as the admin interface for an app I'm building. In a create form, there are 3 inputs. I need to change the values of these 3 inputs based on events generated from antoher c...
Stamford asked 31/10, 2017 at 14:42

3

Solved

Is there a way to "simulate" pressing the refresh button to refresh a List? I have a list that I want it to update every 10 seconds. Is there a way to "press" the refresh button every 10 seconds? ...
Teeming asked 14/6, 2017 at 18:19

2

Solved

Have to create an edit Page editing a number of parameters on an instance of a'tale' resource. However adding any element such as an MUI Card or even a div, is causing the app to freeze in variou...
Margaretemargaretha asked 5/7, 2017 at 14:1
1

© 2022 - 2024 — McMap. All rights reserved.