Merge pull request #1746 from julceslauhub/master
BUG 5488 case inbox refresh time should be configurable - new feature request IMPROVEMENT
This commit is contained in:
@@ -207,7 +207,7 @@ Ext.onReady(function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
txtCasesRefreshTime = new Ext.form.TextField({
|
txtCasesRefreshTime = new Ext.form.NumberField({
|
||||||
id: "txtCasesRefreshTime",
|
id: "txtCasesRefreshTime",
|
||||||
name: "txtCasesRefreshTime",
|
name: "txtCasesRefreshTime",
|
||||||
|
|
||||||
@@ -215,6 +215,9 @@ Ext.onReady(function() {
|
|||||||
fieldLabel: _("ID_REFRESH_TIME_SECONDS"),
|
fieldLabel: _("ID_REFRESH_TIME_SECONDS"),
|
||||||
maskRe: /^\d*$/,
|
maskRe: /^\d*$/,
|
||||||
enableKeyEvents: true,
|
enableKeyEvents: true,
|
||||||
|
|
||||||
|
minValue: 90,
|
||||||
|
maxValue: 14400,
|
||||||
|
|
||||||
listeners: {
|
listeners: {
|
||||||
keyup: function (txt, e)
|
keyup: function (txt, e)
|
||||||
|
|||||||
Reference in New Issue
Block a user