flamber
                                            flamber
                                        
                                    @danwolch Can you please post "Diagnostic Info" and a screenshot of the "metabase.task.send-pulses.job" from Admin > Troubleshooting > Jobs
@jlisyc Check the logs for errors - Admin > Troubleshooting > Logs. It's very likely not related to this issue at all. Please use the forum for questions and troubleshooting:...
@jlisyc And you left out the most important part of the log, the actual stacktrace. Please paste errors as text instead of images. Again, I'm 99% sure that you're not...
Giving this P3 for now, since I had to click around many times before I started seeing errors. And when I did a browser refresh between each action, then I...
UPDATE May 2022: This is problematic on some mobile versions, where the keyboard doesn't let you fill in the data: https://discourse.metabase.com/t/filter-and-mobile-issue/19911 ---- I cannot reproduce this on 0.31.2 with Firefox...
Looks like repeat of 16621 (which should have a test) or possibly 21915 - but is it only for the new filter modal?
@jjromary If you can fix an issue, then just create a PR. If you cannot reproduce an issue, then just leave it for someone else, so we avoid too many...
Looks very related to #12930. Feels like a browser state issue, since if you do a browser refresh, then it looks correct.
Not sure how the frontend handles translations like this, but it looks like it is coming from https://github.com/metabase/metabase/blob/58ea89ce2bd89d26a097bfd7518d5872c8d4839c/frontend/src/metabase/lib/query_time.js#L211-L212 And https://github.com/metabase/metabase/blob/58ea89ce2bd89d26a097bfd7518d5872c8d4839c/frontend/src/metabase/lib/query_time.js#L377
@noahmoss Yeah, there's #13188/#8389 for that. It's difficult to handle translations like that. Remember Mozilla spending quite an effort to try to address this in Firefox and Thunderbird, but also...