GNOME Bugzilla – Bug 741340
New VM visible before user hits 'Create'
Last modified: 2016-03-31 13:22:00 UTC
Now that Wizard is in a separate (smaller) dialog-like window, the new VM is visible to user already in the background on the main window before they have hit 'Create' button on 'Review' page. I guess this is one of the issues Christophe warned about when we started to create new VM before user hits 'Create' but I still think it was worth it to ensure that user doesn't face errors at the last point of VM creation.
commit: 94414dc4225944b28ab2fc6a5fdcadc172767d53 collection-view: Hide items until wizard is finished In case of local VMs, we create the machine already before user is out of wizard. However, we don't want this newly added machine to be visible until user has hit 'Create' button and/or is out of wizard state. This patch defers the addition of new items to collection view until we are out of wizard state.