Univention Bugzilla – Attachment 4613 Details for
Bug 28272
Lange Ladezeiten für Policies Print-Quota
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch für simple Syntax Definitionen in policies/print_quota
printquota_simple_syntax.patch (text/plain), 868 bytes, created by
Janis Meybohm
on 2012-08-22 10:33:16 CEST
(
hide
)
Description:
Patch für simple Syntax Definitionen in policies/print_quota
Filename:
MIME Type:
Creator:
Janis Meybohm
Created:
2012-08-22 10:33:16 CEST
Size:
868 bytes
patch
obsolete
>--- /usr/share/pyshared/univention/admin/syntax.py.orig 2012-07-28 18:10:12.000000000 +0200 >+++ /usr/share/pyshared/univention/admin/syntax.py 2012-07-28 18:33:57.000000000 +0200 >@@ -2613,6 +2613,15 @@ > class PrintQuotaUser( complex ): > subsyntaxes = ( ( _( 'Soft limit' ), integer ), ( _( 'Hard limit' ), integer ), ( _( 'User' ), UserName ) ) > >+class PrintQuotaSimpleGroup( complex ): >+ subsyntaxes = ( ( _( 'Soft limit' ), integer ), ( _( 'Hard limit' ), integer ), ( _( 'Group' ), string ) ) >+ >+class PrintQuotaSimpleGroupPerUser( complex ): >+ subsyntaxes = ( ( _( 'Soft limit' ), integer ), ( _( 'Hard limit' ), integer ), ( _( 'Group' ), string ) ) >+ >+class PrintQuotaSimpleUser( complex ): >+ subsyntaxes = ( ( _( 'Soft limit' ), integer ), ( _( 'Hard limit' ), integer ), ( _( 'User' ), string ) ) >+ > class printerName(simple): > min_length=1 > max_length=16
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 28272
: 4613 |
4655