4.7.1
@comet/admin@4.7.1
Patch Changes
-
56b33ff: Fix
submit
implementation forDirtyHandler
inFinalForm
The submit mutation wasn't correctly awaited if a
FinalForm
using an asynchronous validation was saved via thesaveAction
provided in theRouterPrompt
.In practice, this affected
FinalForm
s within anEditDialog
. TheEditDialog
closed before the submission was completed. All changes were omitted. The result of the submission (fail or success) was never shown.
@comet/cms-admin@4.7.1
Patch Changes
-
3275154: Prevent false positive save conflicts while editing documents (e.g.
Page
):- Stop checking for conflicts while saving is in progress
- Ensure that all "CheckForChanges" polls are cleared
-
56b33ff: Improved the
EditPageNode
dialog ("Page Properties" dialog):- Execute the asynchronous slug validation less often (increased the debounce wait time from 200ms to 500ms)
- Cache the slug validation results. Evict the cache on the initial render of the dialog