Univention Bugzilla – Attachment 4981 Details for
Bug 30010
Search entry "Default properties" non-existent in UDM extension
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for udm.js
udm-default-object-property.patch (text/plain), 1.29 KB, created by
Alexander Kläser
on 2013-01-11 18:51:33 CET
(
hide
)
Description:
Patch for udm.js
Filename:
MIME Type:
Creator:
Alexander Kläser
Created:
2013-01-11 18:51:33 CET
Size:
1.29 KB
patch
obsolete
>Index: umc/js/udm.js >=================================================================== >--- umc/js/udm.js (Revision 38236) >+++ umc/js/udm.js (Arbeitskopie) >@@ -454,7 +454,6 @@ > // add the types 'None' and '$containers$' to objTypes > objTypes.push( { id: 'None', label: _( 'All types' ) } ); > objTypes.push( { id: '$containers$', label: _( 'All containers' ) } ); >- objProperties.push({ id: 'None', label: _( 'Default properties' ) }); > } else if (superordinates && superordinates.length) { > // superordinates... > widgets.push({ >@@ -469,7 +468,6 @@ > layout[0].push('superordinate'); > objTypeDependencies.push('superordinate'); > objTypes.push({ id: this.moduleFlavor, label: _( 'All types' ) }); >- objProperties.push({ id: 'None', label: _( 'Default properties' ) }); > } else if (containers && containers.length) { > // containers... > containers.unshift({ id: 'all', label: _( 'All containers' ) }); >@@ -484,8 +482,8 @@ > }); > layout[0].push('container'); > objTypes.push({ id: this.moduleFlavor, label: _( 'All types' ) }); >- objProperties.push({ id: 'None', label: _( 'Default properties' ) }); > } >+ objProperties.push({ id: 'None', label: _( 'Default properties' ) }); > > // add remaining elements of the search form > widgets = widgets.concat([{
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 30010
: 4981