btcpayserver/BTCPayServer/Components/Notifications
Dennis Reimann fd3d389557 Notifications: Fix mark all as seen return URL
Fixes the return URL for the case in which the dropdown content got replaced after a notification update: As the refresh request is done via AJAX, the return URL previously was `/notifications/getnotificationdropdownui` (the `Context.Request.GetCurrentPathWithQueryString()` value of the AJAX action).

We need to pass in the URL of the actual current page as the return URL.
2022-06-10 08:17:06 +02:00
..
Dropdown.cshtml Notifications: Fix mark all as seen return URL 2022-06-10 08:17:06 +02:00
List.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
Notications.cs Notifications: Fix mark all as seen return URL 2022-06-10 08:17:06 +02:00
NotificationsViewModel.cs Notifications: Fix mark all as seen return URL 2022-06-10 08:17:06 +02:00
Recent.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00