[pve-devel] [PATCH 1/2] fix rendering of pending processor values

Dietmar Maurer dietmar at proxmox.com
Wed Jan 21 08:43:22 CET 2015


On 01/20/2015 04:43 PM, Alexandre Derumier wrote:
> -	    if (Ext.isDefined(record.data.pending) && (record.data.pending !== '')) {
> +	    if ((Ext.isDefined(record.data.pending) && (record.data.pending !== '')) || rowdef.multiValues) {
>

Sorry, I remove that during my "cleanup". Just applied this fix again.




More information about the pve-devel mailing list