From a61b7f377d909d86b2f5f81c29d412123cca08d4 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Sun, 2 Dec 2018 12:52:46 +1300 Subject: Updated menu structure and naming fixes (#13518) * add new category profiles * disable row evolution * add real time reports * improve style when full-width * change menu order plus remove visitors report * remove more traces of the profiles report * fix some ui tests * fix more tests * fix tests * fix some tests * Update en.json * Update SegmentedVisitorLog.js * updates expected test files * updates expected UI files * Updating expected files. * Update expected screenshot. --- plugins/UserId/Categories/VisitorsUserSubcategory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserId') diff --git a/plugins/UserId/Categories/VisitorsUserSubcategory.php b/plugins/UserId/Categories/VisitorsUserSubcategory.php index a50225e8a4..76b05b9f60 100644 --- a/plugins/UserId/Categories/VisitorsUserSubcategory.php +++ b/plugins/UserId/Categories/VisitorsUserSubcategory.php @@ -14,6 +14,6 @@ class VisitorsUserSubcategory extends Subcategory { protected $categoryId = 'General_Visitors'; protected $id = 'UserId_UserReportTitle'; - protected $order = 37; + protected $order = 40; } -- cgit v1.2.3