All Apps and Add-ons

Timepicker not reverting to default on page refresh

philallen1
Path Finder

I've worked with Timepickers previously and the way I am used to them working is as follows:

I enter the page and the Timepicker is set to a default value (e.g. "Last 24 hours")
I change the Timepicker value (to say, "Last 7 days")
I refresh the page
The Timepicker has reverted to its original value (in this case, "Last 24 hours")

However, when I use a Timepicker on the following XML, it doesn't revert back to its original value, but persists the most recent value:

<module name="TimeRangePicker"  layoutPanel="panel_row2_col1" autoRun="True">
    <param name="selected">last 24 hours</param>
    <module name="HiddenSavedSearch" group="Average 5 Minute Job Time Per Hour" autoRun="True">
        <param name="groupLabel">Average 5 Minute Job Time Per Hour</param>
        <param name="savedSearch">Average 5 Minute Job Time Per Hour</param>
        <module name="ViewstateAdapter">
            <param name="savedSearch">Average 5 Minute Job Time Per Hour</param>
            <module name="HiddenFieldPicker">
                <param name="strictMode">True</param>
                <module name="JobProgressIndicator">
                    <module name="EnablePreview">
                        <param name="display">False</param>
                        <param name="enable">True</param>
                        <module name="HiddenChartFormatter">
                            <module name="JSChart">
                            </module>
                            <module name="ViewRedirectorLink">
                                <param name="viewTarget">flashtimeline</param>
                            </module>
                        </module>
                    </module>
                </module>
            </module>
        </module>
    </module>
</module> 

Anyone have any ideas? It's really frustrating me!

0 Karma
1 Solution

philallen1
Path Finder

OK I figured this out. The reason why the timepicker date was being persisted was because of the following xml in the top of my code:

isPersistable="true"

I took this out and hey presto, it always reverted to default.

View solution in original post

0 Karma

philallen1
Path Finder

OK I figured this out. The reason why the timepicker date was being persisted was because of the following xml in the top of my code:

isPersistable="true"

I took this out and hey presto, it always reverted to default.

0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...