mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-30 19:25:03 -04:00
Fix slider views (#5469)
* Fix slider titles And fix full-page view of category configuration. FIx https://github.com/FreshRSS/FreshRSS/pull/5449#issuecomment-1590021947 * Fix user queries and user management Implement https://github.com/FreshRSS/FreshRSS/pull/5469#issuecomment-1591957935
This commit is contained in:
committed by
GitHub
parent
644427b9b1
commit
228d7adfdb
@@ -620,8 +620,13 @@ class FreshRSS_user_Controller extends FreshRSS_ActionController {
|
||||
Minz_Error::error(404);
|
||||
}
|
||||
|
||||
if (Minz_Request::paramBoolean('ajax')) {
|
||||
$this->view->_layout(null);
|
||||
}
|
||||
|
||||
$this->view->username = $username;
|
||||
$this->view->details = $this->retrieveUserDetails($username);
|
||||
FreshRSS_View::prependTitle($username . ' · ' . _t('gen.menu.user_management') . ' · ');
|
||||
}
|
||||
|
||||
/** @return array{'feed_count':int,'article_count':int,'database_size':int,'language':string,'mail_login':string,'enabled':bool,'is_admin':bool,'last_user_activity':string,'is_default':bool} */
|
||||
|
||||
Reference in New Issue
Block a user