Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-12-02 02:52:46 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-12-02 02:52:46 +0300
commita61b7f377d909d86b2f5f81c29d412123cca08d4 (patch)
tree0687bb1952f8a397bdb125ba4f6c82d2a7352dd3 /plugins/UserId
parent78a50e11806b1b99bbef0373795462ecc95471a1 (diff)
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.
Diffstat (limited to 'plugins/UserId')
-rw-r--r--plugins/UserId/Categories/VisitorsUserSubcategory.php2
1 files changed, 1 insertions, 1 deletions
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;
}