mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-05 20:56:23 +00:00
DateTimeField.js - relay change events
This commit is contained in:
parent
2e7bd1dcba
commit
00ecc6db47
@ -58,5 +58,8 @@ Ext.define('Proxmox.DateTimeField', {
|
||||
|
||||
me.lookupReference('dateentry').setValue(value);
|
||||
me.lookupReference('timeentry').setValue(value);
|
||||
|
||||
me.relayEvents(me.lookupReference('dateentry'), ['change']);
|
||||
me.relayEvents(me.lookupReference('timeentry'), ['change']);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user