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 696138 Details for
Bug 908639
'Unexpected error' while adding CDS
[?]
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]
Proposed patch to handle abort properly
0001-908639-behave-properly-if-user-aborted-cluster-selec.patch (text/plain), 1.03 KB, created by
Vitaly Kuznetsov
on 2013-02-11 15:05:47 UTC
(
hide
)
Description:
Proposed patch to handle abort properly
Filename:
MIME Type:
Creator:
Vitaly Kuznetsov
Created:
2013-02-11 15:05:47 UTC
Size:
1.03 KB
patch
obsolete
>From bec0c1156f9b9fbc751049163e5728d74674fb2f Mon Sep 17 00:00:00 2001 >From: Vitaly Kuznetsov <vitty@redhat.com> >Date: Mon, 11 Feb 2013 16:03:10 +0100 >Subject: [PATCH] 908639 - behave properly if user aborted cluster selection > >--- > rhui-2.0/tools/src/rhui/tools/screens/cds.py | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/rhui-2.0/tools/src/rhui/tools/screens/cds.py b/rhui-2.0/tools/src/rhui/tools/screens/cds.py >index 0c944e1..280ddc0 100644 >--- a/rhui-2.0/tools/src/rhui/tools/screens/cds.py >+++ b/rhui-2.0/tools/src/rhui/tools/screens/cds.py >@@ -202,7 +202,10 @@ class CdsScreen(Screen): > if menu_values: > menu_values.insert(0, '*** Create a new cluster ***') > selection = self.prompt.prompt_menu(q, menu_values) >- if selection != 0: >+ if selection is ABORT: >+ # user aborted >+ cluster_name = selection >+ elif selection != 0: > cluster_name = menu_values[selection] > > if cluster_name is None: >-- >1.7.11.7 >
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 908639
: 696138