You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
*[TypeScript] Fix the type of the custom `theme` used in `<Admin>` ([5784](https://github.com/marmelab/react-admin/pull/5784)) ([djhi](https://github.com/djhi))
65
65
*[TypeScript] Fix the return type of the `exporter` function used in `<List>` ([5782](https://github.com/marmelab/react-admin/pull/5782)) ([ohbarye](https://github.com/ohbarye))
66
66
*[Doc] Fix various typos in Input components prop lists ([5777](https://github.com/marmelab/react-admin/pull/5777)) ([WiXSL](https://github.com/WiXSL))
67
-
*[Do] Fix typo in `saveModifiers` code comment ([5770](https://github.com/marmelab/react-admin/pull/5770)) ([DjebbZ](https://github.com/DjebbZ))
67
+
*[Doc] Fix typo in `saveModifiers` code comment ([5770](https://github.com/marmelab/react-admin/pull/5770)) ([DjebbZ](https://github.com/DjebbZ))
*[Doc] Fix minor typos in code comments ([5758](https://github.com/marmelab/react-admin/pull/5758)) ([WiXSL](https://github.com/WiXSL))
70
70
*[Doc] Fix bad return types and typos in jsDocs for `ra-core` and `ra-ui-material-ui` packages ([5690](https://github.com/marmelab/react-admin/pull/5690)) ([WiXSL](https://github.com/WiXSL))
Copy file name to clipboardexpand all lines: docs/Ecosystem.md
+2
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ See the [Translation](./Translation.md#available-locales) page.
39
39
40
40
See the [Auth Provider](./Authentication.md#available-providers) page. Here is a list of additional packages:
41
41
42
+
## Authorization Management
43
+
42
44
-**[Access Control List (ACL) for Resources](https://github.com/marmelab/ra-auth-acl)**: [marmelab/ra-auth-acl](https://github.com/marmelab/ra-auth-acl)
Children of the `<Filter>` component are regular inputs. That means you can build sophisticated filters based on references, array values, etc. `<Filter>` hides all inputs in the filter form by default, except those that have the `alwaysOn` prop.
912
912
913
-
**Tip**: For technical reasons, react-admin does not accept children of `<Filter>` having both a `defaultValue` and `alwaysOn`. To set default values for always on filters, use the [`filterDefaultValues`](#filter-default-values) prop of the <List> component instead.
913
+
**Tip**: For technical reasons, react-admin does not accept children of `<Filter>` having both a `defaultValue` and `alwaysOn`. To set default values for always on filters, use the [`filterDefaultValues`](#filterdefaultvalues) prop of the <List> component instead.
914
914
915
915
To inject the filter form in a `<List>`, use the `filters` prop:
Copy file name to clipboardexpand all lines: docs/Translation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -703,8 +703,8 @@ This solution is all-or-nothing: you can't silence only *some* missing translati
703
703
704
704
Some of your records may contain fields that are translated in multiple languages. It's common, in such cases, to offer an interface allowing admin users to see and edit each translation. React-admin provides 2 components for that:
705
705
706
-
- To display translatable fields, use the [`<TranslatableFields>`](/Fields.html#translatable-fields) component
707
-
- To edit translatable fields, use the [`<TranslatableInputs>`](/Inputs.html#translatable-inputs) component
706
+
- To display translatable fields, use the [`<TranslatableFields>`](./Fields.md#translatable-fields) component
707
+
- To edit translatable fields, use the [`<TranslatableInputs>`](./Inputs.md#translatable-inputs) component
708
708
709
709
They both expect the translatable values to have the following structure:
0 commit comments