[xwiki/xwiki-platform] f895b2: XWIKI-24621: Notification watch settings can silen...
Branch: refs/heads/XWIKI-24621 Home: https://github.com/xwiki/xwiki-platform Commit: f895b2bef5317a30ab30e2f3faae61dcb8e6da6a https://github.com/xwiki/xwiki-platform/commit/f895b2bef5317a30ab30e2f3faae6... Author: Vincent Massol <[email protected]> Date: 2026-07-25 (Sat, 25 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml Log Message: ----------- XWIKI-24621: Notification watch settings can silently fail to be saved * Replace the jqXHR error() callback, removed in jQuery 3.0 and no longer restored by jQuery Migrate 4, by fail(). Registering it used to throw a TypeError, leaving the failure path unhandled: a request that failed was silently ignored, with no feedback at all for the user. * Chain the second change of the combined options with then() instead of passing an already started request to the deprecated pipe(). Both changes were sent concurrently and the page could be reloaded while the second one was still in flight, silently dropping it. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications