Skip to content

Enable searching on the device type report #21412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

bx80
Copy link
Contributor

@bx80 bx80 commented Oct 18, 2023

Description:

Toggles the searching function for the device type report

Fixes #21406

Review

@bx80 bx80 added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Oct 18, 2023
@bx80 bx80 self-assigned this Oct 18, 2023
@bx80 bx80 added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Oct 18, 2023
@bx80 bx80 merged commit a89e26d into 5.x-dev Oct 18, 2023
@bx80 bx80 deleted the m21406-search-device-type branch October 18, 2023 22:28
@sgiehl sgiehl added this to the 5.0.0 milestone Oct 30, 2023
@@ -27,7 +27,7 @@ protected function init()

public function configureView(ViewDataTable $view)
{
$view->config->show_search = false;
$view->config->show_search = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: You could have also simply removed that line, as true is the default value. Only reports that don't want to use the search need to overwrite the value...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Development

Successfully merging this pull request may close these issues.

[Bug]: Search icon not showing up on the device report
4 participants