Bug 1151145
Summary: | NameError: global name 'enlightbox' is not defined | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan Stodola <jstodola> | ||||
Component: | anaconda | Assignee: | Samantha N. Bueno <sbueno> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 21 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, sbueno, vanmeeuwen+fedora | ||||
Target Milestone: | --- | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | s390x | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | anaconda-21.48.10-1 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-11-17 18:18:16 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 467765 | ||||||
Attachments: |
|
Cherry-picked a6d1382a from master for this. This should be fixed now, closing. |
Created attachment 945406 [details] proposed patch Description of problem: An attempt to add a DASD disk in anaconda GUI fails with following traceback: anaconda 21.48.9-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/filter.py", line 580, in on_add_dasd_clicked with enlightbox(self.window, dialog.window): NameError: global name 'enlightbox' is not defined Version-Release number of selected component (if applicable): anaconda-21.48.9-1 How reproducible: always Steps to Reproduce: 1. start vnc installation 2. go to the Installation destination spoke 3. Add a disk... 4. Add ECKD DASD... Actual results: traceback Expected results: no traceback after clicking on the "Add ECKD DASD..." button