|
|
@ -123,7 +123,7 @@ BI.DynamicDateTimePane = BI.inherit(BI.Widget, { |
|
|
|
action: function () { |
|
|
|
action: function () { |
|
|
|
var type = self.dateTab.getSelect(); |
|
|
|
var type = self.dateTab.getSelect(); |
|
|
|
if (type === BI.DynamicDateCombo.Dynamic) { |
|
|
|
if (type === BI.DynamicDateCombo.Dynamic) { |
|
|
|
self.dynamicPane.checkValidation(true) && self.fireEvent(BI.DynamicDatePopup.BUTTON_OK_EVENT_CHANGE); |
|
|
|
self.dynamicPane.checkValidation(true) && self.fireEvent(BI.DynamicDatePane.EVENT_CHANGE); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
self.fireEvent(BI.DynamicDatePane.EVENT_CHANGE); |
|
|
|
self.fireEvent(BI.DynamicDatePane.EVENT_CHANGE); |
|
|
|
} |
|
|
|
} |
|
|
|