View | Details | Raw Unified | Return to bug 49089
Collapse All | Expand All

(-)a/management/univention-appcenter/umc/js/appcenter/AppCenterPage.js (-1 lines)
 Lines 277-283   define([ Link Here 
277
				var metaLabels = [];
277
				var metaLabels = [];
278
				array.forEach(this.metaCategories, function(metaObj) {
278
				array.forEach(this.metaCategories, function(metaObj) {
279
					metaObj.set('store', applications);
279
					metaObj.set('store', applications);
280
					metaObj.set('visible', true);
281
					metaLabels.push(metaObj.label);
280
					metaLabels.push(metaObj.label);
282
				});
281
				});
283
282

Return to bug 49089