]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
PendingObjectGrid: fix display of deletion of multikey fields
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 10 Apr 2018 14:36:42 +0000 (16:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Apr 2018 10:13:46 +0000 (12:13 +0200)
commit2087bcd90b8d63147afe2b00e2654de42268d6f4
tree1fd65337a99cc6fab3cf4b21378137c88f7c5f45
parentbebf81f0cebbd37bfc27c5da9d1602d19b32bbc3
PendingObjectGrid: fix display of deletion of multikey fields

we did only check if the first field of a mulitfield key is being deleted,
resulting in showing no pending change at all when deleting any other,
and as long as only deletions were taking place

also when deleting the 'main' key of a multikey field, we
showed the deletion of the whole line, even when already showing
a different pending line

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