commit
This commit is contained in:
@@ -46,7 +46,7 @@ dashletInstance.form = {
|
|||||||
|
|
||||||
dashletInstanceFrmLoad = function () {
|
dashletInstanceFrmLoad = function () {
|
||||||
/*
|
/*
|
||||||
if (DASHLET_INSTANCE.DAS_INS_UID.length > 0) {
|
if (dashletInstance.DAS_INS_UID.length > 0) {
|
||||||
"DAS_INS_UID": "",
|
"DAS_INS_UID": "",
|
||||||
"DAS_UID": cboDasUID.getValue(),
|
"DAS_UID": cboDasUID.getValue(),
|
||||||
"DAS_INS_TYPE": cboDasInsType.getValue(),
|
"DAS_INS_TYPE": cboDasInsType.getValue(),
|
||||||
@@ -111,14 +111,14 @@ dashletInstance.form = {
|
|||||||
["MONTH", "Month"],
|
["MONTH", "Month"],
|
||||||
["TODAY", "Today"],
|
["TODAY", "Today"],
|
||||||
["YESTERDAY", "Yesterday"],
|
["YESTERDAY", "Yesterday"],
|
||||||
["THIS_WEEK", "Last Month"],
|
["THIS_WEEK", "This Week"],
|
||||||
["PREVIOUS_WEEK", "Last Month"],
|
["PREVIOUS_WEEK", "Previous Week"],
|
||||||
["THIS_MONTH", "Last Month"],
|
["THIS_MONTH", "This Month"],
|
||||||
["PREVIOUS_MONTH", "Last Month"],
|
["PREVIOUS_MONTH", "Previous Month"],
|
||||||
["THIS_QUARTER", "Last Month"],
|
["THIS_QUARTER", "This Quarter"],
|
||||||
["PREVIOUS_QUARTER", "Last Month"],
|
["PREVIOUS_QUARTER", "Previous Quarter"],
|
||||||
["THIS_YEAR", "Last Month"],
|
["THIS_YEAR", "This Year"],
|
||||||
["PREVIOUS_YEAR", "Last Month"]
|
["PREVIOUS_YEAR", "Previous Year"]
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -353,7 +353,7 @@ dashletInstance.form = {
|
|||||||
cboDasInsContextTime,
|
cboDasInsContextTime,
|
||||||
//txtDasInsStartDate,
|
//txtDasInsStartDate,
|
||||||
//txtDasInsEndDate,
|
//txtDasInsEndDate,
|
||||||
cboDasInsOwnerType,
|
//cboDasInsOwnerType,
|
||||||
cboDasInsOwnerUID
|
cboDasInsOwnerUID
|
||||||
//,
|
//,
|
||||||
//cboProcess,
|
//cboProcess,
|
||||||
@@ -393,7 +393,6 @@ dashletInstance.form = {
|
|||||||
|
|
||||||
//------------------------------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------------------------------
|
||||||
//dashletInstanceLoadProcessAjax();
|
//dashletInstanceLoadProcessAjax();
|
||||||
var DASHLET_INSTANCE = dashletInstance;
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------------------------------
|
||||||
var pnlMain = new Ext.Panel({
|
var pnlMain = new Ext.Panel({
|
||||||
|
|||||||
Reference in New Issue
Block a user