6.2.0 - Some "Quick time ranges" have been removed

Hi there,

I upgraded my dev environnement in version 6.2.0 this morning and observed that some time ranges I used to select in "Quick" section are no longer available. Including "Yesterday" and "Day before yesterday" among many others. Is it intentional ?

According to me, those time ranges are necessary for people running daily batches process.

Kuaaaly

Hello,

You can now customize the time ranges that get displayed there from Management -> Advanced Settings
The name of the setting is this: timepicker:quickRanges
Yesterday would looks something like this:

{
    "from": "now/d-1d",
    "to": "now/d-1d",
    "display": "Yesterday",
    "section": 0
  }
1 Like

Hello Marius,

Thank you for the answer. It works well and this is a nice feature. Is this new in 6.2.0 (I didn't saw it in the blog post of the release)? Moreover, I remembered that I still have "Yesterday" time range in 6.1.3.

Thank you again,
Kuaaaly

I don't know why it didn't get highlighted in the blog post, probably an oversight on our side. It's a change that started in 6.2.0, you can see the PR here:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.