Univention Bugzilla – Attachment 1815 Details for
Bug 11996
Traceback im UMC/ UCR Modul
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug-11996.patch
bug-11996.patch (text/plain), 844 bytes, created by
Stefan Gohmann
on 2009-08-20 16:43:49 CEST
(
hide
)
Description:
bug-11996.patch
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2009-08-20 16:43:49 CEST
Size:
844 bytes
patch
obsolete
>Index: modules/univention/management/console/handlers/baseconfig/_revamp.py >=================================================================== >--- /usr/lib/python2.4/site-packages/univention/management/console/handlers/baseconfig/_revamp.py (Revision 11648) >+++ /usr/lib/python2.4/site-packages/univention/management/console/handlers/baseconfig/_revamp.py (Arbeitskopie) >@@ -168,7 +168,10 @@ > info.load_categories() > for cat in cats.split( ',' ): > cat_info = info.get_category( cat ) >- default.append( ( string.lower( cat ), cat_info[ 'name' ] ) ) >+ if cat_info: >+ default.append( ( string.lower( cat ), cat_info[ 'name' ] ) ) >+ else: >+ default.append( ( string.lower( cat ), '' ) ) > category = umcd.make( self[ 'baseconfig/set' ][ 'categories' ], fields = fields, > default = default ) > else:
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 11996
: 1815