WinBox container configuration copy bug

Hi,

When I created new container configuration with copy of some current configuration (idk why I was doing that, habit I guess), new configuration overwrited some properties on current config and stuck in extracting status.


/container> print
 0 ;;; [SS] Shadowsocks
   name="daf58367-c539-40a1-8d30-74e7f24c8a82" tag="mvance/unbound-rpi:latest" os="linux" arch="arm" interface=veth2 
   envlist="shadowsocks_envs" root-dir=disk1/containers/shadowsocks mounts=shadowsocks_acme dns="" 
   workdir="/opt/unbound/" status=stopped 

 1 ;;; Pi-hole
   name="1ead8406-8d36-40c2-85b1-aa8ae5103487" tag="pihole/pihole:latest" os="linux" arch="arm" interface=veth1 
   envlist="pihole_envs" root-dir=disk1/containers/pihole mounts=pihole_etc_pihole,pihole_etc_dnsmasq dns="" 
   start-on-boot=yes status=running 

 2 name="daf58367-c539-40a1-8d30-74e7f24c8a82" tag="mvance/unbound-rpi:latest" os="" arch="" interface=veth3 
   root-dir=disk1/containers/unbound mounts=unbound_my_directory,unbound_etc_unbound dns="" workdir="/opt/unbound/" 
   logging=yes status=extracting

I created container configuration 2 with copy of configuration 0 and now 0 has name, tag and workdir set from configuration 2.

Also log contains record that container import is finished:

container,info,debug: import successful, container daf58367-c539-40a1-8d30-74e7f24c8a82

but container 2 status is still extracting.


I had to restore my configuration to revert changes since name and tag are not possibe to update.

Actually name was copied from original (which is not visible in new configuration form) so that I guess caused this issue.