Skip to content

Commit b94c28d

Browse files
author
React-Admin CI
committed
[Doc] Update RA Core EE documentation
1 parent 8869bdc commit b94c28d

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

docs_headless/src/content/docs/AutoPersistInStoreBase.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ The temporary form data is only saved when the user navigates away from the page
1616

1717
Saved data is not sent to the server. It is only persisted using the [store](https://marmelab.com/ra-core/store/) and is removed when the user logs out.
1818

19-
This feature requires a valid is an [Enterprise Edition](https://marmelab.com/ra-enterprise/) subscription.
20-
2119
### Usage
2220

2321
Add `<AutoPersistInStoreBase>` inside a react-admin form:

docs_headless/src/content/docs/AutoSaveBase.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ A component that enables autosaving of the form. It's ideal for long data entry
99
Your browser does not support the video tag.
1010
</video>
1111

12-
This feature requires a valid is an [Enterprise Edition](https://marmelab.com/ra-enterprise/) subscription.
13-
1412
## Usage
1513

1614
Put `<AutoSaveBase>` inside a form built with ra-core [`<Form>`](https://marmelab.com/ra-core/form/):

docs_headless/src/content/docs/BulkUpdateFormBase.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This component can be used to create forms that update multiple records at once.
99
Your browser does not support the video tag.
1010
</video>
1111

12-
This feature requires a valid is an [Enterprise Edition](https://marmelab.com/ra-enterprise/) subscription.
13-
1412
## Usage
1513

1614
Here's how one could implement a form that sets the role of multiple users:

docs_headless/src/content/docs/useAutoPersistInStore.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ The temporary form data is only saved when the user navigates away from the page
1616

1717
Saved data is not sent to the server. It is only persisted using the [store](https://marmelab.com/ra-core/store/) and is removed when the user logs out.
1818

19-
This feature requires a valid is an [Enterprise Edition](https://marmelab.com/ra-enterprise/) subscription.
20-
2119
### Usage
2220

2321
Call `useAutoPersistInStore` inside a react-admin form:

docs_headless/src/content/docs/useAutoSave.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ title: "useAutoSave"
44

55
A hook that automatically saves the form at a regular interval. It works for the `pessimistic` and `optimistic` [`mutationMode`](https://marmelab.com/ra-core/editbase/#mutationmode) but not for the `undoable`.
66

7-
This feature requires a valid is an [Enterprise Edition](https://marmelab.com/ra-enterprise/) subscription.
8-
9-
## Usage
10-
117
Note that you **must** add the `resetOptions` prop with `{ keepDirtyValues: true }` to avoid having the user changes overridden by the latest update operation result.
128

139
**Note**: `useAutoSave` is not compatible with the default `warnWhenUnsavedChanges` prop of the react-admin form components. However, it implements its own similar mechanism which is enabled by default.

0 commit comments

Comments
 (0)