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

Move Goal actions into single actions column #22228

Merged
merged 7 commits into from
May 26, 2024

Conversation

snake14
Copy link
Contributor

@snake14 snake14 commented May 17, 2024

Description:

Product has asked that we move table row actions into a combined Actions column. This is implementing that change for the Manage Goals table.

Review

@snake14 snake14 added the Needs Review PRs that need a code review label May 17, 2024
@snake14
Copy link
Contributor Author

snake14 commented May 17, 2024

@matomo-org/core-reviewers Can someone please review this PR? The failing builds appear to be unrelated to the changes in the PR.

@sgiehl sgiehl added this to the 5.1.0 milestone May 17, 2024
@snake14 snake14 requested a review from sgiehl May 20, 2024 20:55
@snake14
Copy link
Contributor Author

snake14 commented May 23, 2024

@matomo-org/core-reviewers Can this PR be merged? I have a Funnels PR dependent on this one and I don't want to merge that until this one is merged.

@caddoo caddoo merged commit 48c2ee6 into 5.x-dev May 26, 2024
23 of 25 checks passed
@caddoo caddoo deleted the PG-3416-use-table-actions-column branch May 26, 2024 23:44
@@ -86,21 +85,17 @@

<td v-if="userCanEditGoals" style="padding-top:2px">
<button
v-if="userCanEditGoals"
Copy link
Contributor

Choose a reason for hiding this comment

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

The v-if on both buttons is superfluous as the whole column already has the same condition.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

True. I figured I'd leave it there in case a new action is added and the td's v-if condition changes.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants