Univention Bugzilla – Attachment 7276 Details for
Bug 39862
print quota policy: missing short description in UMC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch/hotfix
39862.patch (text/plain), 1005 bytes, created by
Florian Best
on 2015-11-10 17:03:09 CET
(
hide
)
Description:
patch/hotfix
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-11-10 17:03:09 CET
Size:
1005 bytes
patch
obsolete
>diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/print_quota.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/print_quota.py >index a63a150..c3eb408 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/print_quota.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/print_quota.py >@@ -127,9 +127,10 @@ class sharePrintQuotaFixedAttributes(univention.admin.syntax.select): > Tab(_('General'),_('Print quota'), layout = [ > Group( _( 'General print quota settings' ), layout = [ > 'name', >- [ 'quotaUsers', 'quotaGroupsPerUsers' ], >- 'quotaGroups' >- ] ), >+ ]), >+ Group(_('Print quota for users'), layout=['quotaUsers']), >+ Group(_('Print quota for groups per user'), layout=['quotaGroupsPerUsers']), >+ Group(_('Print quota for groups'), layout=['quotaGroups']), > ] ), > policy_object_tab(), > ]
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 39862
:
7275
| 7276 |
7277