After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741340 - New VM visible before user hits 'Create'
New VM visible before user hits 'Create'
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
3.15.x
Other Linux
: Normal normal
: 3.22
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-12-10 15:44 UTC by Zeeshan Ali
Modified: 2016-03-31 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zeeshan Ali 2014-12-10 15:44: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.
Comment 1 Zeeshan Ali 2014-12-10 17:41:04 UTC
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.