Skip to content

Commit

Permalink
remove acceptedValues from PageUrl (#17895)
Browse files Browse the repository at this point in the history
* remove acceptedValues from PageUrl

fixes #15322

* adjust expected in test #15322
  • Loading branch information
Tim-Hinnerk Heuer authored Aug 22, 2021
1 parent 29ab6c4 commit 4271f8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugins/Actions/Columns/PageUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@
<category>Behaviour</category>
<name>Page URL</name>
<segment>pageUrl</segment>
<acceptedValues>All these segments must be URL encoded, for example: http%3A%2F%2Fexample.com%2Fpath%2Fpage%3Fquery</acceptedValues>
</row>
<row>
<type>dimension</type>
Expand Down

0 comments on commit 4271f8e

Please sign in to comment.