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:
authorKate Butler <kate@innocraft.com>2019-09-26 06:45:48 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-09-26 06:45:48 +0300
commitcc391460981368ff6afa79c619c89b55cc45239f (patch)
treeb6feed11b3c23654fa7a8e6975b8e1496c7bde1e /plugins/CoreHome/Categories/GenericCategory.php
parente37d0c35ed49231df1fa8cbd9dd54d3635eb97d4 (diff)
Rename Generic widget to KPI Metric (#14868)
* Rename Generic widget to KPI Metric * Fix UI and system tests
Diffstat (limited to 'plugins/CoreHome/Categories/GenericCategory.php')
-rw-r--r--plugins/CoreHome/Categories/GenericCategory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/Categories/GenericCategory.php b/plugins/CoreHome/Categories/GenericCategory.php
index 3d3cefe2d8..a2bd78008b 100644
--- a/plugins/CoreHome/Categories/GenericCategory.php
+++ b/plugins/CoreHome/Categories/GenericCategory.php
@@ -12,6 +12,6 @@ use Piwik\Category\Category;
class GenericCategory extends Category
{
- protected $id = 'General_Generic';
- protected $order = 70;
+ protected $id = 'General_KpiMetric';
+ protected $order = 1;
}