Univention Bugzilla – Attachment 5699 Details for
Bug 33750
Overview entries without "priority" are placed first
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch_entries_json_remove_inf.patch (text/plain), 566 bytes, created by
Alexander Kläser
on 2013-12-13 13:00:36 CET
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alexander Kläser
Created:
2013-12-13 13:00:36 CET
Size:
566 bytes
patch
obsolete
>Index: conffiles/var/www/ucs-overview/entries.json >=================================================================== >--- conffiles/var/www/ucs-overview/entries.json (Revision 46510) >+++ conffiles/var/www/ucs-overview/entries.json (Arbeitskopie) >@@ -67,7 +67,7 @@ > # sort entries by priority and label > entries = [ ival.toDict() for ival in entries.itervalues() ] > entries.sort(key = lambda x: x.get('label')) >- entries.sort(key = lambda x: x.get('priority', float('inf'))) >+ entries.sort(key = lambda x: x.get('priority', '~')) > return entries > > data = dict(
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 33750
: 5699