]> git.proxmox.com Git - pmg-gui.git/commit
MailTracker: do not search when not both datetime parameters are given
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 24 Apr 2020 13:57:55 +0000 (15:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 24 Apr 2020 15:41:02 +0000 (17:41 +0200)
commite8e332fe013ee6e1f974fe25b4f81c2d5f075302
tree966b9acf4d630ae5cdd1bd4cbe49616edd88b9ce
parent2e330d447799966d5560b633fbed9bca4b5adffe
MailTracker: do not search when not both datetime parameters are given

in the gui, we always expect an end and starttime, the only case
where we do not get this is when the fields are invalid, so bail out
in that case instead of searching

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/MailTracker.js