Skip to content

Commit 1ff4122

Browse files
d-enknekufa
authored andcommitted
show index part with full path
1 parent f65345c commit 1ff4122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/admin/js/Space/toolbar/Search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Ext.define('Admin.Space.toolbar.Search', {
2424
index.parts.forEach(p => {
2525
items.push({
2626
xtype: 'label',
27-
text: grid.fields[p.field || p[0]],
27+
text: grid.fields[p.field || p[0]] + (p.path && '.' + p.path || ''),
2828
});
2929

3030
var field = {

0 commit comments

Comments
 (0)