Skip to content
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

do not send pretty label to row evolution request for actions tables #20955

Merged
merged 1 commit into from Jul 3, 2023

Conversation

diosmosis
Copy link
Member

Description:

Fixes an issue caused by #20009. For ActionsDataTables there are no nested <table> elements so getPrettyLabel() fails to take into account parent tables. ActionsDataTables, unlike other reports, shouldn't have a unique row identifier property on them, so we don't need to send a custom pretty label from the client JS.

Note: the bug can be seen in the UI tests for MediaAnalytics.

Review

@diosmosis diosmosis added Needs Review PRs that need a code review Regression Indicates a feature used to work in a certain way but it no longer does even though it should. labels Jul 2, 2023
@diosmosis diosmosis added this to the 5.0.0 milestone Jul 2, 2023
@sgiehl sgiehl merged commit 45e0e6b into 5.x-dev Jul 3, 2023
17 of 20 checks passed
@sgiehl sgiehl deleted the actions-datatable-pretty-label-fix branch July 3, 2023 14:28
@sgiehl sgiehl added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants