Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302750 Details for
Bug 442697
The installation is stopped without error message, when we skip to input Install Media URL.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Catch empty install path and raise error
virt-manager-0.5.3-catch-empty-install.patch (text/plain), 772 bytes, created by
Cole Robinson
on 2008-04-17 14:15:46 UTC
(
hide
)
Description:
Catch empty install path and raise error
Filename:
MIME Type:
Creator:
Cole Robinson
Created:
2008-04-17 14:15:46 UTC
Size:
772 bytes
patch
obsolete
># HG changeset patch ># User "Cole Robinson <crobinso@redhat.com>" ># Date 1207680103 14400 ># Node ID 4f53f0727530143d230da4f64d0f462fee9283b3 ># Parent 6f4d63090a01717b460e3e4fb2f1c8fc8b9048d3 >Catch error when install location is empty > >diff -r 6f4d63090a01 -r 4f53f0727530 src/virtManager/create.py >--- a/src/virtManager/create.py Thu Apr 03 19:12:20 2008 -0400 >+++ b/src/virtManager/create.py Tue Apr 08 14:41:43 2008 -0400 >@@ -887,6 +887,8 @@ class vmmCreate(gobject.GObject): > elif page_num == PAGE_INST_TREE: > > src = self.get_config_install_source() >+ if not src: >+ return self.err.val_err(_("An install url is required.")) > try: > self._guest.location = src > except ValueError, e:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 442697
:
302750
|
303330