]> git.proxmox.com Git - pmg-gui.git/commitdiff
Revert "fix tracking center with newer proxmox-widget-toolkit"
authorChristian Ebner <c.ebner@proxmox.com>
Wed, 9 Aug 2023 10:55:29 +0000 (12:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 Nov 2023 15:47:15 +0000 (16:47 +0100)
The DateTimeField now defines its own ViewModel, therefore the
MailTrackerFilter container doesn't need one to be inherited to the
child.

This reverts commit 6f3f8ac5cc88ac3c71aed4269688193e5dd6c728.

js/MailTracker.js

index 1a170d85966ee629f6d60fe6e67fe0a04f7fdc79..52641a4ebd91888d1da2975ca85fc19525bb5e9f 100644 (file)
@@ -38,8 +38,6 @@ Ext.define('PMG.MailTrackerFilter', {
        },
     },
 
-    viewModel: {},
-
     getFilterParams: function() {
        let me = this;
        let param = {};