Univention Bugzilla – Attachment 5912 Details for
Bug 31277
UMC module doesn't allow the configuration of quota for the root partition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
quota.patch
quota.patch (text/plain), 1.23 KB, created by
Florian Best
on 2014-05-13 17:48:10 CEST
(
hide
)
Description:
quota.patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2014-05-13 17:48:10 CEST
Size:
1.23 KB
patch
obsolete
>Index: univention-quota/umc/js/quota.js >=================================================================== >--- univention-quota/umc/js/quota.js (Revision 50060) >+++ univention-quota/umc/js/quota.js (Arbeitskopie) >@@ -79,13 +79,13 @@ > name: 'activate', > label: _('Activate'), > isStandardAction: true, >- canExecute: function(item) { return item.mountPoint != '/' && !item.inUse; }, >+ canExecute: function(item) { return !item.inUse; }, > callback: lang.hitch(this, 'activateQuota') > }, { > name: 'deactivate', > label: _('Deactivate'), > isStandardAction: true, >- canExecute: function(item) { return item.mountPoint != '/' && item.inUse; }, >+ canExecute: function(item) { return item.inUse; }, > callback: lang.hitch(this, 'activateQuota') > }, { > name: 'edit', >@@ -93,13 +93,7 @@ > iconClass: 'umcIconEdit', > isStandardAction: true, > isMultiAction: false, >- canExecute: function(item) { >- if (item.inUse === true && item.mountPoint != '/') { >- return true; >- } else { >- return false; >- } >- }, >+ canExecute: function(item) { return item.inUse; }, > callback: lang.hitch(this, function(partitionDevice) { > this.createPageContainer(partitionDevice[0]); > })
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 31277
:
5213
| 5912 |
5941
|
5942
|
5961
|
5962