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([{