Skip to content

Commit

Permalink
show index part with full path
Browse files Browse the repository at this point in the history
  • Loading branch information
d-enk authored and nekufa committed Jan 13, 2023
1 parent f65345c commit 1ff4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/admin/js/Space/toolbar/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Ext.define('Admin.Space.toolbar.Search', {
index.parts.forEach(p => {
items.push({
xtype: 'label',
text: grid.fields[p.field || p[0]],
text: grid.fields[p.field || p[0]] + (p.path && '.' + p.path || ''),
});

var field = {
Expand Down

0 comments on commit 1ff4122

Please sign in to comment.