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:
authorTim-Hinnerk Heuer <tim@innocraft.com>2021-08-22 23:21:59 +0300
committerGitHub <noreply@github.com>2021-08-22 23:21:59 +0300
commit4271f8e0fd3588547a38bd2cb8a930a66bcb0bdd (patch)
treeacbe4a97f6beeb838ea0f53d81530083c79ae817 /plugins/Actions
parent29ab6c410235c42e999561b8fc2aed47e3a59fe6 (diff)
remove acceptedValues from PageUrl (#17895)
* remove acceptedValues from PageUrl fixes #15322 * adjust expected in test #15322
Diffstat (limited to 'plugins/Actions')
-rw-r--r--plugins/Actions/Columns/PageUrl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Actions/Columns/PageUrl.php b/plugins/Actions/Columns/PageUrl.php
index 9040cfb2cb..a79a8cc659 100644
--- a/plugins/Actions/Columns/PageUrl.php
+++ b/plugins/Actions/Columns/PageUrl.php
@@ -22,7 +22,6 @@ class PageUrl extends ActionDimension
protected $nameSingular = 'Actions_ColumnPageURL';
protected $namePlural = 'Actions_PageUrls';
protected $type = self::TYPE_URL;
- protected $acceptValues = 'All these segments must be URL encoded, for example: http%3A%2F%2Fexample.com%2Fpath%2Fpage%3Fquery';
protected $category = 'General_Actions';
protected $sqlFilter = '\\Piwik\\Tracker\\TableLogAction::getIdActionFromSegment';
protected $suggestedValuesApi = 'Actions.getPageUrls';