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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...