File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
public/js/pimcore/object/classificationstore Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ pimcore.object.classificationstore.keySelectionWindow = Class.create({
369369 var postFix ;
370370 var route ;
371371 var nameWidth = 200 ;
372+ var titleWidth = 200 ;
372373 var descWidth = 590 ;
373374
374375 if ( this . config . isCollectionSearch ) {
@@ -447,6 +448,14 @@ pimcore.object.classificationstore.keySelectionWindow = Class.create({
447448 renderer : pimcore . helpers . grid . getTranslationColumnRenderer . bind ( this )
448449 } ) ;
449450
451+ gridColumns . push ( {
452+ text : t ( "title" ) ,
453+ width : titleWidth ,
454+ sortable : true ,
455+ dataIndex : 'title' ,
456+ renderer : pimcore . helpers . grid . getTranslationColumnRenderer . bind ( this )
457+ } ) ;
458+
450459 gridColumns . push ( {
451460 text : t ( "description" ) ,
452461 width : descWidth ,
You can’t perform that action at this time.
0 commit comments