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",
|
||||
name: "txtCasesRefreshTime",
|
||||
|
||||
@@ -215,6 +215,9 @@ Ext.onReady(function() {
|
||||
fieldLabel: _("ID_REFRESH_TIME_SECONDS"),
|
||||
maskRe: /^\d*$/,
|
||||
enableKeyEvents: true,
|
||||
|
||||
minValue: 90,
|
||||
maxValue: 14400,
|
||||
|
||||
listeners: {
|
||||
keyup: function (txt, e)
|
||||
|
||||
Reference in New Issue
Block a user