mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-27 18:51:24 -04:00
Improve consistency of slider behavior after submitting form (#8612)
Closes https://github.com/FreshRSS/FreshRSS/issues/8529 * Preserve `error` parameter after submitting form in subscription management
This commit is contained in:
@@ -542,7 +542,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController {
|
||||
|
||||
Minz_Request::good(
|
||||
_t('feedback.conf.updated'),
|
||||
[ 'c' => 'configure', 'a' => 'queries', 'params' => ['id' => (string)$id] ],
|
||||
[ 'c' => 'configure', 'a' => Minz_Request::paramStringNull('from') ?? 'queries', 'params' => ['id' => (string)$id] ],
|
||||
showNotification: FreshRSS_Context::userConf()->good_notification_timeout > 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user