Univention Bugzilla – Attachment 8216 Details for
Bug 42924
Move to dialog contains objects instead of containers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
42924.patch (text/plain), 729 bytes, created by
Florian Best
on 2016-11-10 19:34:03 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-11-10 19:34:03 CET
Size:
729 bytes
patch
obsolete
>diff --git a/management/univention-management-console-module-udm/umc/js/udm.js b/management/univention-management-console-module-udm/umc/js/udm.js >index e5b6e6a..74a9e1b 100644 >--- a/management/univention-management-console-module-udm/umc/js/udm.js >+++ b/management/univention-management-console-module-udm/umc/js/udm.js >@@ -1151,7 +1151,12 @@ define([ > > // create the tree > var model = new TreeModel({ >- umcpCommand: lang.hitch(this, 'umcpCommand') >+ moduleFlavor: 'navigation', >+ umcpCommand: lang.hitch(this, function() { >+ var args = [].slice.call(arguments); >+ args[3] = 'navigation'; >+ return this.umcpCommand.apply(arguments, args); >+ }) > }); > var tree = new Tree({ > model: model,
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 42924
: 8216