Bug #6701
closeddiag_authentication.php related status link
0%
Description
The diag_authentication "related status" icon links to same page :)
$shortcuts['authentication']['status'] = "diag_authentication.php";
If there is no different status page then remove it.
(My list of bugs is at http://reedmedia.net/books/pfsense/bugs-20160813.html )
Updated by Anonymous over 8 years ago
- Assignee set to Anonymous
- Target version set to 2.4.0
- Affected Version set to 2.3
Thanks Jeremy,
I'll look at this (and the rest of your list) on the next couple of days.
Updated by Jeremy C. Reed over 8 years ago
This is also related:
diag_tables has "Related status" shortcut for "aliases" that
goes to same diag_tables page.
diag_routes and maybe other pages have this too. It was a little
misleading to click through it to realize it was not a
related page. Suggest comparing the target with the link, like
is done for Related settings in shortcuts.inc:
if (!empty($link) && ($_SERVER['REQUEST_URI'] != "/{$link}")) {
(that worked for me)
But maybe there was a reason already this wasn't used?
I didn't notice problem for Related logs, but maybe there too.
Updated by Anonymous over 8 years ago
- Project changed from pfSense Packages to pfSense
- Category set to Web Interface
- Status changed from New to Resolved
- Target version changed from 2.4.0 to 2.3.2-p1