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

🤖 backported "fix(cache): Fix two bugs in Admin / Performance" #44451

Merged

Conversation

github-automation-metabase
Copy link
Contributor

#44255

Important

Manual conflict resolution is required.
Checkout the branch and run ./backport.sh script. Force push your changes after cherry-picking.

Ensures that minimum query durations are correctly displayed in the form post-save (#44249) and that all times can be used in the Schedule component  (#44257)
@rafpaf rafpaf force-pushed the backport-08613cb3b64f87eb1260c3a1eb5f918632dff156 branch from 2420b3e to 2cdc32c Compare June 19, 2024 23:34
Copy link

replay-io bot commented Jun 19, 2024

Status Complete ↗︎
Commit 7aa79da
Results
⚠️ 3 Flaky
2545 Passed

@rafpaf rafpaf enabled auto-merge (squash) June 20, 2024 00:08
@rafpaf rafpaf merged commit 02f2403 into release-x.50.x Jun 20, 2024
107 checks passed
@rafpaf rafpaf deleted the backport-08613cb3b64f87eb1260c3a1eb5f918632dff156 branch June 20, 2024 00:50
@@ -64,7 +35,9 @@ const InvalidateNowFormBody = ({ targetName }: { targetName?: string }) => {
const confirmInvalidation = useCallback(
() =>
askConfirmation({
title: t`Clear all cached results for ${targetName || t`this object`}?`,
title: targetName
? t`Clear all cached results for ${targetName}?`
Copy link
Contributor

Choose a reason for hiding this comment

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

this backports #44453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
was-backported apply this to PRs that are themselves backports
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants