From 87d3a0bf28f92c4ec79a0460a69662868bd97148 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 30 May 2014 13:40:13 +0000 Subject: [PATCH] Set date-duration display_format default to day/hour/minute --- etemplate/js/et2_widget_date.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_widget_date.js b/etemplate/js/et2_widget_date.js index 4a8f43e27b..eb1d1a539b 100644 --- a/etemplate/js/et2_widget_date.js +++ b/etemplate/js/et2_widget_date.js @@ -259,7 +259,7 @@ var et2_date_duration = et2_date.extend( }, "display_format": { "name": "Display format", - "default": "dh", + "default": "dhm", "type": "string", "description": "Permitted units for displaying the data. 'd' = days, 'h' = hours, 'm' = minutes. Use combinations to give a choice. Default is 'dh' = days or hours with selectbox." },