Skip to content

Commit 4477940

Browse files
committed
- Fixed the Universal Search Control Panel to display friendly entity type names instead of full class names.
1 parent 1700cd3 commit 4477940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rock.Blocks/Core/UniversalSearchControlPanel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ private List<IndexableEntityBag> GetIndexableEntities()
166166
.Select( e => new IndexableEntityBag
167167
{
168168
IdKey = e.IdKey,
169-
Name = e.Name,
169+
Name = e.FriendlyName,
170170
IsIndexingEnabled = e.IsIndexingEnabled,
171171
AllowsInteractiveBulkIndexing = GetAllowsInteractiveBulkIndexing( e )
172172
} )

0 commit comments

Comments
 (0)