Re: [pve-devel] [PATCH manager] fix #2810: don't add options multiple times to features property

2020-06-22 Thread Fabian Grünbichler
does not fix the issue (which is that the state is not properly resetted between editing one container and then another one). On June 22, 2020 1:54 pm, Oguz Bektas wrote: > instead of unconditionally pushing to the 'mounts' array we need to check > if we already have the option in there. without

[pve-devel] [PATCH manager] fix #2810: don't add options multiple times to features property

2020-06-22 Thread Oguz Bektas
instead of unconditionally pushing to the 'mounts' array we need to check if we already have the option in there. without this, we get config options like: features: nfs;nfs;nfs Signed-off-by: Oguz Bektas --- www/manager6/lxc/FeaturesEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)